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. 9274e9de160a98d737bb2bd068c22d37ec66d98d


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  9274e9de160a98d737bb2bd068c22d37ec66d98d (commit)
      from  430ce64f28318ef6f8e24b38af6c79741560b4f5 (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=9274e9de160a98d737bb2bd068c22d37ec66d98d

commit 9274e9de160a98d737bb2bd068c22d37ec66d98d
Author: Terry Guo <terry.guo@arm.com>
Date:   Thu Nov 20 13:54:27 2014 +0800

    Enable to link ARM object file that hasn't attribute section.
    
    bfd/ChangeLog
    
    2014-11-20  Terry Guo  <terry.guo@arm.com>
    
    	* elf32-arm.c (elf32_arm_merge_eabi_attributes): Skip if input bfd
    	hasn't attribute section.
    
    ld/testsuite/ChangeLog:
    
    2014-11-20  Terry Guo  <terry.guo@arm.com>
    
    	* ld-arm/attr-merge-nosection-1.d: New file.
    	* ld-arm/attr-merge-nosection-1a.s: Likewise.
    	* ld-arm/attr-merge-nosection-1b.s: Likewise.
    	* ld-arm/arm-elf.exp: Include the new test.

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

Summary of changes:
 bfd/ChangeLog                                 |    5 +++++
 bfd/elf32-arm.c                               |    7 +++++++
 ld/testsuite/ChangeLog                        |    7 +++++++
 ld/testsuite/ld-arm/arm-elf.exp               |    1 +
 ld/testsuite/ld-arm/attr-merge-nosection-1.d  |   18 ++++++++++++++++++
 ld/testsuite/ld-arm/attr-merge-nosection-1a.s |   10 ++++++++++
 ld/testsuite/ld-arm/attr-merge-nosection-1b.s |   10 ++++++++++
 7 files changed, 58 insertions(+), 0 deletions(-)
 create mode 100644 ld/testsuite/ld-arm/attr-merge-nosection-1.d
 create mode 100644 ld/testsuite/ld-arm/attr-merge-nosection-1a.s
 create mode 100644 ld/testsuite/ld-arm/attr-merge-nosection-1b.s


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]