gdb and binutils branch master updated. c23dd3426c75fbf7fa9f30a4082be034818967c1

hjl@sourceware.org hjl@sourceware.org
Tue May 27 19:24:00 GMT 2014


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  c23dd3426c75fbf7fa9f30a4082be034818967c1 (commit)
      from  add6c04d828e0f68ded81cfeec0fe74ca0107881 (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=c23dd3426c75fbf7fa9f30a4082be034818967c1

commit c23dd3426c75fbf7fa9f30a4082be034818967c1
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue May 27 12:19:33 2014 -0700

    Properly handle 64-bit GOT relocations
    
    This patch fixes 2 issues:
    
    1. Since the GOT offset is always negative, we need to use signed int
    to support 64-bit GOT relocations.
    2. R_X86_64_PLTOFF64 uses the address of GLOBAL_OFFSET_TABLE, which is
    the address of the .got.plt section, not the .got section.

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

Summary of changes:
 gold/ChangeLog |    6 ++++++
 gold/x86_64.cc |    7 +++++--
 2 files changed, 11 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gdb and binutils



More information about the Binutils-cvs mailing list