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. 32ae0d80cd430150ad9536aa160f34f504e129bc


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  32ae0d80cd430150ad9536aa160f34f504e129bc (commit)
      from  58a84dcf29b735ee776536b4c51ba90b51612b71 (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=32ae0d80cd430150ad9536aa160f34f504e129bc

commit 32ae0d80cd430150ad9536aa160f34f504e129bc
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Apr 11 16:02:52 2014 +0100

    PE32+ binaries that use addresses > 1^32 have a problem in that the linker
    converts some address expressions into absolute values, but the PE format
    only stores absolutes as 32-bits.  This is a partial solution which attempts
    to convert such absolute values back to section relative ones instead.  It
    fails for symbols like __image_base and ImageBase__, but it is unclear as to
    whether these values are ever actually used by applications.
    
    	PR ld/16821
    	* peXXigen.c (abs_finder): New function.
    	(_bfd_XXi_swap_sym_out): For absolute symbols with values larger
    	than 1^32 try to convert them into section relative values
    	instead.

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

Summary of changes:
 bfd/ChangeLog  |    8 ++++++++
 bfd/peXXigen.c |   31 +++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 0 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]