diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-01-18 20:45:06 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-01-18 20:45:06 +0000 |
commit | 04449d86648bfc43b0387e38be2e3b00ec312726 (patch) | |
tree | f7c216e48168d2764be9b6c575c2420e35379d3a /bfd/elf64-x86-64.c | |
parent | 1a0c107f58d8b093835fbb69798e8fea6650664d (diff) | |
download | gdb-04449d86648bfc43b0387e38be2e3b00ec312726.zip gdb-04449d86648bfc43b0387e38be2e3b00ec312726.tar.gz gdb-04449d86648bfc43b0387e38be2e3b00ec312726.tar.bz2 |
Don't undefine elf_backend_static_tls_alignment twice.
Diffstat (limited to 'bfd/elf64-x86-64.c')
-rw-r--r-- | bfd/elf64-x86-64.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 0e44188..343abce 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -4719,9 +4719,6 @@ 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 |