[binutils-gdb/binutils-2_27-branch] Add support for R_SPARC_32 relocation.

Cary Coutant ccoutant@sourceware.org
Wed Aug 10 18:11:00 GMT 2016


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=12693f073bb5de1e113f1dab77b39a530795f967

commit 12693f073bb5de1e113f1dab77b39a530795f967
Author: James Clarke <jrtc27@jrtc27.com>
Date:   Wed Aug 10 09:42:39 2016 -0700

    Add support for R_SPARC_32 relocation.
    
    gold/
    	PR gold/20441
    	* sparc.cc (Target_sparc::Scan::check_non_pic): Allow R_SPARC_32 on
    	sparc64.

Diff:
---
 gold/ChangeLog | 7 ++++++-
 gold/sparc.cc  | 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/gold/ChangeLog b/gold/ChangeLog
index 239df36..cca5455 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,6 +1,11 @@
+2016-08-10  James Clarke  <jrtc27@jrtc27.com>
+
+	PR gold/20441
+	* sparc.cc (Target_sparc::Scan::check_non_pic): Allow R_SPARC_32 on
+	sparc64.
+
 2016-06-29  Cary Coutant  <ccoutant@gmail.com>
 
-gold/
 	PR gold/20310
 	* testsuite/dynamic_list.sh: Remove check for _ZdlPv.
 
diff --git a/gold/sparc.cc b/gold/sparc.cc
index dc4612d..d9a8ef4 100644
--- a/gold/sparc.cc
+++ b/gold/sparc.cc
@@ -2150,6 +2150,7 @@ Target_sparc<size, big_endian>::Scan::check_non_pic(Relobj* object, unsigned int
 	case elfcpp::R_SPARC_RELATIVE:
 	case elfcpp::R_SPARC_IRELATIVE:
 	case elfcpp::R_SPARC_COPY:
+	case elfcpp::R_SPARC_32:
 	case elfcpp::R_SPARC_64:
 	case elfcpp::R_SPARC_GLOB_DAT:
 	case elfcpp::R_SPARC_JMP_SLOT:



More information about the Binutils-cvs mailing list