mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
Don't undefine elf_backend_static_tls_alignment twice.
This commit is contained in:
parent
1a0c107f58
commit
04449d8664
@ -1,8 +1,7 @@
|
||||
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.
|
||||
* elf64-x86-64.c (elf_backend_want_plt_sym): Redefine to 0 after
|
||||
Solaris target.
|
||||
|
||||
2011-01-18 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user