This is the mail archive of the src-cvs@sourceware.org mailing list .


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. 14b5f73fac0e34c2fca81aa0dfbc9c7eebc922f2


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  14b5f73fac0e34c2fca81aa0dfbc9c7eebc922f2 (commit)
       via  afe397ea85a3d09d936c93328a1f6bf640577cf3 (commit)
      from  32798b4b81ae308b1a2df5d439a1e87c4e23d578 (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=14b5f73fac0e34c2fca81aa0dfbc9c7eebc922f2

commit 14b5f73fac0e34c2fca81aa0dfbc9c7eebc922f2
Author: Alan Modra <amodra@gmail.com>
Date:   Mon Nov 11 13:46:26 2013 +1030

    PowerPC64 ELFv2, allocate dynreloc space for ifunc
    
    	* elf64-ppc.c (allocate_dynrelocs): Revert 2013-11-04 change.

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

commit afe397ea85a3d09d936c93328a1f6bf640577cf3
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Nov 6 10:20:52 2013 +1030

    Correct elf64-ppc.c handling of protected symbols
    
    Some places in elf64-ppc.c carelessly used SYMBOL_CALLS_LOCAL when
    the proper test is SYMBOL_REFERENCES_LOCAL for cases where we take the
    address of a protected symbol.  This works OK for function descriptors
    but not for ELFv2.  Setting symbols to their global entry stub a
    little earlier is to ensure _bfd_elf_hash_symbol allows such symbols
    in .gnu.hash.
    
    	* elf64-ppc.c (ppc64_elf_edit_toc): Use SYMBOL_REFERENCES_LOCAL
    	here, not SYMBOL_CALLS_LOCAL.
    	(ppc64_elf_relocate_section): Likewise.
    	(size_global_entry_stubs): Set undefined symbols on their global
    	entry stubs here..
    	(build_global_entry_stubs): ..rather than here.
    	(ppc64_elf_build_stubs): Don't reset glink->size before calling
    	build_global_entry_stubs.

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

Summary of changes:
 bfd/ChangeLog   |   15 +++++++++++++++
 bfd/elf64-ppc.c |   27 +++++++++++----------------
 2 files changed, 26 insertions(+), 16 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]