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. 19f2f6a9c4aeb0e37d448cb5593164e25ab055a9


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  19f2f6a9c4aeb0e37d448cb5593164e25ab055a9 (commit)
       via  d6f18fe6cac35e68f86bda603620ebacaf59b1e6 (commit)
      from  ea7cc5bfc8ed2c139aeb50afe5652f8c4bb4d81a (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=19f2f6a9c4aeb0e37d448cb5593164e25ab055a9

commit 19f2f6a9c4aeb0e37d448cb5593164e25ab055a9
Author: Jiong Wang <jiong.wang@arm.com>
Date:   Tue Jul 15 10:15:43 2014 +0100

    [ARM] Fix 32-bit host build failure.
    
      gas/
        * config/tc-arm.c (add_to_lit_pool): Use "inst.operands[1].imm" for * sign
        extension.  Casting the type of imm1 and imm2 to offsetT.  Fix one logic
        error when checking X_op.

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

commit d6f18fe6cac35e68f86bda603620ebacaf59b1e6
Author: Jiong Wang <jiong.wang@arm.com>
Date:   Tue Jul 15 10:08:55 2014 +0100

    [AArch64] Fix ld testcase linker script glitch.
    
      Specify -T relocs.ld for emit-relocs-local-addend.d to be consistent
      will all other emit-relocs* testcases
    
      ld/testsuite/
        * ld-aarch64/emit-relocs-local-addend.d: Use target linker script.

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

Summary of changes:
 gas/ChangeLog                                      |    6 ++++++
 gas/config/tc-arm.c                                |   10 +++++-----
 ld/testsuite/ChangeLog                             |    4 ++++
 ld/testsuite/ld-aarch64/emit-relocs-local-addend.d |   14 +++++++-------
 4 files changed, 22 insertions(+), 12 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]