diff options
author | David S. Miller <davem@redhat.com> | 2010-03-10 17:07:26 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2010-03-10 17:07:26 +0000 |
commit | 8861f32bfe734089329baf93a95f74ccc75dff44 (patch) | |
tree | 381a57aedb3bf06cacb5794c5df46566d1ba03a7 /gold/sparc.cc | |
parent | 7d8500b7566189c7baf9ea21f216ce255b8ff127 (diff) | |
download | gdb-8861f32bfe734089329baf93a95f74ccc75dff44.zip gdb-8861f32bfe734089329baf93a95f74ccc75dff44.tar.gz gdb-8861f32bfe734089329baf93a95f74ccc75dff44.tar.bz2 |
* sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
Diffstat (limited to 'gold/sparc.cc')
-rw-r--r-- | gold/sparc.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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: |