Browse Source

* sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.

gdb_7_2-branch
David S. Miller 17 years ago
parent
commit
8861f32bfe
  1. 4
      gold/ChangeLog
  2. 1
      gold/sparc.cc

4
gold/ChangeLog

@ -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

1
gold/sparc.cc

@ -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:

Loading…
Cancel
Save