* elf-bfd.h (struct elf_backend_data): New member
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Thu, 21 Oct 2010 12:29:02 +0000 (12:29 +0000)
committerRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Thu, 21 Oct 2010 12:29:02 +0000 (12:29 +0000)
commit7dc98aeaf1f3fe256e284347a41f1c150955c37d
treee23ae18c7da2ab9067dc8a1fd70355977aad6344
parent3e057702240894f82645b6d788b88ebba50d1550
* elf-bfd.h (struct elf_backend_data): New member
static_tls_alignment.
* elfxx-target.h (elf_backend_static_tls_alignment): Provide
default.
(elfNN_bed): Initialize static_tls_alignment.
* elflink.c (bfd_elf_final_link): Don't round end of TLS section
if static TLS has special alignment requirements.
* elf32-i386.c (elf_i386_tpoff): Define bed, static_tls_size.
Consider static_tls_alignment.
(elf_backend_static_tls_alignment): Redefine for Solaris 2.
Undef again for VxWorks.
* elf64-x86-64.c (elf64_x86_64_tpoff):  Define bed,
static_tls_size.
Consider static_tls_alignment.
(elf_backend_static_tls_alignment): Redefine for Solaris 2.
Undef again for Intel L1OM.
bfd/ChangeLog
bfd/elf-bfd.h
bfd/elf32-i386.c
bfd/elf64-x86-64.c
bfd/elflink.c
bfd/elfxx-target.h
This page took 0.025709 seconds and 4 git commands to generate.