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. ed2c4879565a32432f6cbbf7569e0922835475b0


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

commit ed2c4879565a32432f6cbbf7569e0922835475b0
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Jul 26 23:44:37 2014 +0530

    opcodes: blackfin: do not force align the PC
    
    If the user gives us an unaligned PC, then dump an error as such.
    Otherwise if you try to disassemble at an odd address, the output
    will look weird (it'll read one byte earlier).
    
    This can be seen in one of the gas tests where data is in the middle
    of .text, so move the data to .data like it should be in the first place.
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

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

Summary of changes:
 gas/testsuite/ChangeLog       |    5 +++++
 gas/testsuite/gas/bfin/load.d |   11 ++---------
 gas/testsuite/gas/bfin/load.s |    1 +
 opcodes/ChangeLog             |    5 +++++
 opcodes/bfin-dis.c            |   10 +++++++++-
 5 files changed, 22 insertions(+), 10 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]