aboutsummaryrefslogtreecommitdiff
path: root/gold/sparc.cc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2008-09-16 17:23:37 +0000
committerIan Lance Taylor <ian@airs.com>2008-09-16 17:23:37 +0000
commit9c2d0ef98abc05ea6fae35be6db732b22bba71b5 (patch)
treeec947c7c91f54839a27dc26623b8cde1e3d11d45 /gold/sparc.cc
parentde31bda5f611b1092f12d3db8c2ffcbb125c86fb (diff)
downloadgdb-9c2d0ef98abc05ea6fae35be6db732b22bba71b5.zip
gdb-9c2d0ef98abc05ea6fae35be6db732b22bba71b5.tar.gz
gdb-9c2d0ef98abc05ea6fae35be6db732b22bba71b5.tar.bz2
* target-reloc.h (relocate_section): Check whether a symbol is
defined by the ABI before reporting an undefined symbol error. * target.h (Target::is_defined_by_abi): Make parameter const. (Target::do_is_defined_by_abi): Likewise. * i386.cc (Target_i386::do_is_defined_by_abi): Likewise. * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise. * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise. * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise. * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs. * testsuite/Makefile.in: Rebuild.
Diffstat (limited to 'gold/sparc.cc')
-rw-r--r--gold/sparc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/sparc.cc b/gold/sparc.cc
index 7da59dd..cca78b7 100644
--- a/gold/sparc.cc
+++ b/gold/sparc.cc
@@ -130,7 +130,7 @@ class Target_sparc : public Sized_target<size, big_endian>
section_size_type reloc_view_size);
// Return whether SYM is defined by the ABI.
bool
- do_is_defined_by_abi(Symbol* sym) const
+ do_is_defined_by_abi(const Symbol* sym) const
{
// XXX Really need to support this better...
if (sym->type() == elfcpp::STT_SPARC_REGISTER)