* sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
authorDavid S. Miller <davem@redhat.com>
Wed, 10 Mar 2010 17:07:26 +0000 (17:07 +0000)
committerDavid S. Miller <davem@redhat.com>
Wed, 10 Mar 2010 17:07:26 +0000 (17:07 +0000)
gold/ChangeLog
gold/sparc.cc

index b81e2bef0953aeb6244c0264091bb30366fcf9a1..ec861cfe807eeec868a91ec89e67bc26bb7ca238 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-10  David S. Miller  <davem@davemloft.net>
+
+       * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
+
 2010-03-09  Sriraman Tallam  <tmsriram@google.com>
 
        * icf.cc (get_section_contents): Add '@' marker after processing the
index 5355c7beafef34e5e1f50198974a8db727f5f731..e2d59b943a47fd99995b8e11fdfe71334c23cf87 100644 (file)
@@ -1719,6 +1719,7 @@ Target_sparc<size, big_endian>::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:
This page took 0.031932 seconds and 4 git commands to generate.