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. c353e543fe20cb01262548486ee2c9af70608a01


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  c353e543fe20cb01262548486ee2c9af70608a01 (commit)
      from  4199e3b8669d0a36448687850374fdc2ad7240b6 (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=c353e543fe20cb01262548486ee2c9af70608a01

commit c353e543fe20cb01262548486ee2c9af70608a01
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Jan 15 03:59:42 2014 -0800

    Revert the last change
    
    It has been fixed by
    
    commit 4199e3b8669d0a36448687850374fdc2ad7240b6
    Author: Alan Modra <amodra@gmail.com>
    Date:   Wed Jan 15 21:50:55 2014 +1030
    
        non-PIC references to __ehdr_start in pie and shared
    
        Rather than hacking every backend to not discard dynamic relocations
        against an undefined hidden __ehdr_start, make it appear to be defined
        early.  We want __ehdr_start hidden before size_dynamic_sections so
        that it isn't put in .dynsym, but we do need the dynamic relocations
        for a PIE or shared library with a non-PIC reference.  Defining it
        early is wrong if we don't actually define the symbol later to its
        proper value.  (In some cases we want to leave the symbol undefined,
        for example, when the ELF header isn't loaded, and we don't have this
        infomation available in before_allocation.)
    
    	* elf32-i386.c (elf_i386_allocate_dynrelocs): Revert the last
    	change.
    	* elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.

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

Summary of changes:
 bfd/ChangeLog      |    6 ++++++
 bfd/elf32-i386.c   |    7 ++-----
 bfd/elf64-x86-64.c |    7 ++-----
 3 files changed, 10 insertions(+), 10 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]