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. 703ec4e8d0c1daac6033e14170c0ddd28c455c0a


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  703ec4e8d0c1daac6033e14170c0ddd28c455c0a (commit)
      from  ed2c4879565a32432f6cbbf7569e0922835475b0 (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=703ec4e8d0c1daac6033e14170c0ddd28c455c0a

commit 703ec4e8d0c1daac6033e14170c0ddd28c455c0a
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Feb 5 16:37:39 2011 -0500

    opcodes: blackfin: push down global state
    
    The variables used to track insn state should be pushed down into the
    private_data structure to avoid pollution across calls.
    
    This also happens to fix the output when hitting comments/invalid insns
    which needs to tweak a gas test.
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

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

Summary of changes:
 gas/testsuite/ChangeLog                   |    4 +
 gas/testsuite/gas/bfin/parallel_illegal.d |   10 ++--
 opcodes/ChangeLog                         |   14 ++++
 opcodes/bfin-dis.c                        |  112 ++++++++++++++++++-----------
 4 files changed, 92 insertions(+), 48 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]