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 binutils-2_24-branch updated. 0659b3872bcd5cf5fd7ee8754290bd6b12d7324d


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, binutils-2_24-branch has been updated
       via  0659b3872bcd5cf5fd7ee8754290bd6b12d7324d (commit)
      from  b3eb037d17c6082ba4803f8f034f34360f16fa16 (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=0659b3872bcd5cf5fd7ee8754290bd6b12d7324d

commit 0659b3872bcd5cf5fd7ee8754290bd6b12d7324d
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun Nov 17 10:30:28 2013 -0800

    Add R_X86_64_PC32_BND/R_X86_64_PLT32_BND suppor to gold
    
    elfcpp/
    
    	* x86_64.h (R_X86_64_PC32_BND): New.
    	(R_X86_64_PLT32_BND): Likewise.
    
    gold/
    
    	* x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags):
    	Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
    	R_X86_64_PC32 and R_X86_64_PLT32, respectively.
    	(Target_x86_64<size>::Scan::local): Likewise.
    	(Target_x86_64<size>::Scan::global): Likewise.
    	(Target_x86_64<size>::Relocate::relocate): Likewise.
    	(Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc):
    	Likewise.
    	(Target_x86_64<size>::Scan::check_non_pic(): Handle
    	R_X86_64_PC32_BND.
    
    	* testsuite/Makefile.am (check_PROGRAMS): Add
    	exception_x86_64_bnd_test.
    	(exception_x86_64_bnd_test_SOURCES): New macro.
    	(exception_x86_64_bnd_test_DEPENDENCIES): Likewise.
    	(exception_x86_64_bnd_test_LDFLAGS): Likewise.
    	(exception_x86_64_bnd_test_LDADD): Likewise.
    	(exception_x86_64_bnd_1.o): New rule.
    	(exception_x86_64_bnd_2.o): Likewise.
    	* testsuite/Makefile.in: Regenerated.

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

Summary of changes:
 elfcpp/ChangeLog           |    5 +++++
 elfcpp/x86_64.h            |    2 ++
 gold/ChangeLog             |   23 +++++++++++++++++++++++
 gold/testsuite/Makefile.am |   13 +++++++++++++
 gold/testsuite/Makefile.in |   27 +++++++++++++++++++++++++--
 gold/x86_64.cc             |   41 +++++++++++++++++++++++++++++++++++------
 6 files changed, 103 insertions(+), 8 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]