From 601e4987b8dd2639159d387a00b4504744c4abfd Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 14 Nov 2007 08:03:41 +0000 Subject: Revert last patch. --- gold/x86_64.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gold/x86_64.cc') 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>*, -- cgit v1.1