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. 31c0ebfe8bfd9af65aee24cbff17fffe039c0b28


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  31c0ebfe8bfd9af65aee24cbff17fffe039c0b28 (commit)
      from  29f0c3b7b2b4fb46dd5ad29c72ae41a565f5ac60 (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=31c0ebfe8bfd9af65aee24cbff17fffe039c0b28

commit 31c0ebfe8bfd9af65aee24cbff17fffe039c0b28
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Dec 2 16:50:14 2014 -0800

    Discard space for relocs against symbols with copy relocs
    
    This patch reverts the change in elf_x86_64_check_relocs and the partial
    change in elf_x86_64_adjust_dynamic_symbol.  Instead, we discard space
    in PIE for relocs against symbols which turn out to need copy relocs.
    
    	* elf64-x86-64.c (elf_x86_64_check_relocs): Revert the last
    	change.
    	(elf_x86_64_adjust_dynamic_symbol): Don't check !info->shared
    	with ELIMINATE_COPY_RELOCS.
    	(elf_x86_64_allocate_dynrelocs): For PIE, discard space for
    	relocs against symbols which turn out to need copy relocs.

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

Summary of changes:
 bfd/ChangeLog      |    9 +++++++++
 bfd/elf64-x86-64.c |   36 +++++++++++++++++++++---------------
 2 files changed, 30 insertions(+), 15 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]