From 8861f32bfe734089329baf93a95f74ccc75dff44 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Wed, 10 Mar 2010 17:07:26 +0000 Subject: [PATCH] * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30. --- gold/ChangeLog | 4 ++++ gold/sparc.cc | 1 + 2 files changed, 5 insertions(+) diff --git a/gold/ChangeLog b/gold/ChangeLog index b81e2bef095..ec861cfe807 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2010-03-10 David S. Miller + + * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30. + 2010-03-09 Sriraman Tallam * icf.cc (get_section_contents): Add '@' marker after processing the diff --git a/gold/sparc.cc b/gold/sparc.cc index 5355c7beafe..e2d59b943a4 100644 --- a/gold/sparc.cc +++ b/gold/sparc.cc @@ -1719,6 +1719,7 @@ Target_sparc::Scan::local( break; case elfcpp::R_SPARC_WDISP30: + case elfcpp::R_SPARC_WPLT30: case elfcpp::R_SPARC_WDISP22: case elfcpp::R_SPARC_WDISP19: case elfcpp::R_SPARC_WDISP16: -- 2.30.2