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. 8a5da09b9e326a19e78b20a1021a5148ea0484b0


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  8a5da09b9e326a19e78b20a1021a5148ea0484b0 (commit)
      from  0e58ee40a2cec3c4bf796980fb05f93540e40ec2 (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=8a5da09b9e326a19e78b20a1021a5148ea0484b0

commit 8a5da09b9e326a19e78b20a1021a5148ea0484b0
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Jun 10 21:50:21 2014 +0930

    Unwrap symbols for debug information
    
    Fixes issues with dwz multi-file (-m) and ld's -wrap option.
    Symbols referenced from DWARF debug info in a separate file, eg. to
    specify low and high pc, must use the real symbol.  The DWARF info
    is specifying attributes of the real function, not one interposed
    with --wrap.
    
    include/
    	* bfdlink.h (unwrap_hash_lookup): Declare.
    bfd/
    	* linker.c (unwrap_hash_lookup): New function.
    	* elf-bfd (RELOC_FOR_GLOBAL_SYMBOL): Call unwrap_hash_lookup.
    	* elf32-i370.c (i370_elf_relocate_section): Likewise.
    	* elf32-m32c.c (m32c_elf_relocate_section): Likewise.
    	* elf32-m32r.c (m32r_elf_relocate_section): Likewise.
    	* elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
    	* elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
    	* elf32-spu.c (spu_elf_relocate_section): Likewise.
    	* elf64-hppa.c (elf64_hppa_relocate_section): Likewise.

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

Summary of changes:
 bfd/elf-bfd.h      |    5 +++++
 bfd/elf32-i370.c   |    6 ++++++
 bfd/elf32-m32c.c   |    5 +++++
 bfd/elf32-m32r.c   |    6 ++++++
 bfd/elf32-score.c  |    6 ++++++
 bfd/elf32-score7.c |    6 ++++++
 bfd/elf32-spu.c    |    5 +++++
 bfd/elf64-hppa.c   |    5 +++++
 bfd/linker.c       |   38 ++++++++++++++++++++++++++++++++++++--
 include/bfdlink.h  |    6 ++++++
 10 files changed, 86 insertions(+), 2 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]