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. 818d220a6fe3d0512a226188e9164245a02c9185


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  818d220a6fe3d0512a226188e9164245a02c9185 (commit)
      from  c3ce498cbd79fb40e31e5d5b5298e6976d4cdbb1 (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=818d220a6fe3d0512a226188e9164245a02c9185

commit 818d220a6fe3d0512a226188e9164245a02c9185
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jan 14 16:42:35 2014 -0800

    Don't discard relocs against __ehdr_start
    
    __ehdr_start will be defined by assign_file_positions_for_non_load_sections
    later.
    
    	PR ld/16428
    	* elf32-i386.c (elf_i386_allocate_dynrelocs): Don't discard relocs
    	against __ehdr_start.
    	* elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.

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

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