summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-01-18 20:41:07 +0000
committerH.J. Lu <hjl.tools@gmail.com>2011-01-18 20:41:07 +0000
commitbe02c20dedf78058576c219353bb54b84da9617b (patch)
tree3fac521bc3cfcd62d0a251d809ff2d4790739816 /bfd/elf64-x86-64.c
parentb6100e6b9fb664d688414a575523316b07e5e3a4 (diff)
downloadgdb-be02c20dedf78058576c219353bb54b84da9617b.tar.gz
Undo Solaris damages in elf64-x86-64.c.
bfd/ 2011-01-18 H.J. Lu <hongjiu.lu@intel.com> * elf64-x86-64.c (elf_backend_static_tls_alignment): Undefine after Solaris target. (elf_backend_want_plt_sym): Redefine to 0 after Solaris target. ld/testsuite/ 2011-01-18 H.J. Lu <hongjiu.lu@intel.com> * ld-x86-64/ilp32-4.d: Updated.
Diffstat (limited to 'bfd/elf64-x86-64.c')
-rw-r--r--bfd/elf64-x86-64.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 9a3959ad16c..0e441889ad5 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -4719,6 +4719,12 @@ elf64_l1om_elf_object_p (bfd *abfd)
#undef elf_backend_post_process_headers
#undef elf_backend_static_tls_alignment
+/* Undo Solaris damages. */
+#undef elf_backend_static_tls_alignment
+
+#undef elf_backend_want_plt_sym
+#define elf_backend_want_plt_sym 0
+
#include "elf64-target.h"
/* FreeBSD L1OM support. */