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. 9ef5d938819dff73d7640a2654b07df64670d7f9


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  9ef5d938819dff73d7640a2654b07df64670d7f9 (commit)
      from  fa8761a3e0d999ada63194291ddf9b308a8d8276 (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=9ef5d938819dff73d7640a2654b07df64670d7f9

commit 9ef5d938819dff73d7640a2654b07df64670d7f9
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Dec 19 11:34:47 2013 -0800

    Set SHF_INFO_LINK bit for SHT_REL/SHT_RELA sections
    
    It is a good pratice to set the SHF_INFO_LINK bit when the sh_info field
    represents a section header index.
    
    bfd/
    
    	PR binutils/16317
    	* elf.c (assign_section_numbers): Set the SHF_INFO_LINK bit for
    	SHT_REL/SHT_RELA sections when setting the sh_info field.
    
    binutils/testsuite/
    
    	PR binutils/16317
    	* binutils-all/readelf.s: Updated.
    	* binutils-all/readelf.s-64: Likewise.
    
    ld/testsuite/
    
    	PR binutils/16317
    	* ld-elf/linkinfo1.s: New file.
    	* ld-elf/linkinfo1a.d: Likewise.
    	* ld-elf/linkinfo1b.d: Likewise.

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

Summary of changes:
 bfd/ChangeLog                                |    6 ++++++
 bfd/elf.c                                    |    7 ++++++-
 binutils/testsuite/ChangeLog                 |    6 ++++++
 binutils/testsuite/binutils-all/readelf.s    |    2 +-
 binutils/testsuite/binutils-all/readelf.s-64 |    2 +-
 ld/testsuite/ChangeLog                       |    7 +++++++
 ld/testsuite/ld-elf/linkinfo1.s              |    2 ++
 ld/testsuite/ld-elf/linkinfo1a.d             |    8 ++++++++
 ld/testsuite/ld-elf/linkinfo1b.d             |    9 +++++++++
 9 files changed, 46 insertions(+), 3 deletions(-)
 create mode 100644 ld/testsuite/ld-elf/linkinfo1.s
 create mode 100644 ld/testsuite/ld-elf/linkinfo1a.d
 create mode 100644 ld/testsuite/ld-elf/linkinfo1b.d


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]