diff options
author | Ian Lance Taylor <iant@google.com> | 2007-11-14 08:03:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-11-14 08:03:41 +0000 |
commit | 601e4987b8dd2639159d387a00b4504744c4abfd (patch) | |
tree | a72625b3bd98a7beb23dde4aad331598572564f3 /gold/x86_64.cc | |
parent | 3728821ffcf74858b028948e224e1dc4695d9112 (diff) | |
download | gdb-601e4987b8dd2639159d387a00b4504744c4abfd.zip gdb-601e4987b8dd2639159d387a00b4504744c4abfd.tar.gz gdb-601e4987b8dd2639159d387a00b4504744c4abfd.tar.bz2 |
Revert last patch.
Diffstat (limited to 'gold/x86_64.cc')
-rw-r--r-- | gold/x86_64.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gold/x86_64.cc b/gold/x86_64.cc index ead93d9..0614e89 100644 --- a/gold/x86_64.cc +++ b/gold/x86_64.cc @@ -97,11 +97,6 @@ class Target_x86_64 : public Sized_target<64, false> uint64_t do_dynsym_value(const Symbol*) const; - // Return whether SYM is always defined. - bool - do_is_always_defined(Symbol* sym) const - { return strcmp(sym->name(), "__tls_get_addr") == 0; } - // Relocate a section. void relocate_section(const Relocate_info<64, false>*, |