This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH] gold sparc: Accept WPLT30 on local symbols.
- From: David Miller <davem at davemloft dot net>
- To: binutils at sourceware dot org
- Cc: iant at google dot com, ro at CeBiTec dot Uni-Bielefeld dot DE
- Date: Wed, 10 Mar 2010 08:39:15 -0800 (PST)
- Subject: [PATCH] gold sparc: Accept WPLT30 on local symbols.
Ian, ok to commit? This lets Rainer get further in his
tests.
The other errors he reported don't seem to be Sparc specific,
so you're likely to person who should look into them. :-)
Thanks!
gold/
2010-03-10 David S. Miller <davem@davemloft.net>
* sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
diff --git a/gold/sparc.cc b/gold/sparc.cc
index 5355c7b..e2d59b9 100644
--- a/gold/sparc.cc
+++ b/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: