This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 9ace48f3d7d80ce09c5df60cccb433470410b11b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  9ace48f3d7d80ce09c5df60cccb433470410b11b (commit)
      from  cb417230fb10c4f5b97cf8cffa973937f7bc8b6c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9ace48f3d7d80ce09c5df60cccb433470410b11b

commit 9ace48f3d7d80ce09c5df60cccb433470410b11b
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Tue Aug 19 15:42:13 2014 +0100

    This patch set mainly aims at improving the S/390 disassembler's
    readability and also fixes some minor issues.
    
      S/390: Split disassembler routine into smaller functions
      S/390: Fix disassembler's treatment of signed/unsigned operands
      S/390: Fix off-by-one error in disassembler initialization
      S/390: Simplify opcode search loop in disassembler
      S/390: Drop function pointer dereferences in disassembler
      S/390: Various minor simplifications in disassembler

-----------------------------------------------------------------------

Summary of changes:
 opcodes/ChangeLog  |   27 +++++
 opcodes/s390-dis.c |  291 ++++++++++++++++++++++++++++------------------------
 2 files changed, 184 insertions(+), 134 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]