include/elf/gdb_6_7-branch
commitfbdf39a75d882a1a2b0f6f3da1015568da2be685
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 8 Nov 2007 13:51:07 +0000 (8 13:51 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Thu, 8 Nov 2007 13:51:07 +0000 (8 13:51 +0000)
treebc47248f3885e431bb104299ed9f6fe9ebdac5f3
parentf586c42a66eee512a72ece93c818b17431a16960
include/elf/
* vxworks.h: New.

bfd/
* elf-vxworks.h (elf_vxworks_add_dynamic_entries): Declare.
(elf_vxworks_finish_dynamic_entry): Declare.
* elf-vxworks.c: Include elf/vxworks.h.
(elf_vxworks_add_dynamic_entries): New.
(elf_vxworks_finish_dynamic_entry): New.
* Makefile.am (elf-vxworks.lo): Add dependency.
* Makefile.in (elf-vxworks.lo): Add dependency.
* elf32-i386.c (elf_i386_size_dynamic_sections,
elf_i386_finish_dynamic_sections): Call
elf_vxworks_add_dynamic_entries and
elf_vxworks_finish_dynamic_entry.
* elf32-ppc.c (ppc_elf_size_dynamic_sections,
ppc_elf_finish_dynamic_sections): Likewise.
* elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections,
sparc_finish_dyn): Likewise.
* elf32-sh.c (sh_elf_size_dynamic_sections,
sh_elf_finish_dynamic_sections): Likewise.
* elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections,
_bfd_mips_elf_finish_dynamic_sections): Likewise.
* elf32-arm.c (elf32_arm_size_dynamic_sections,
elf32_arm_finish_dynamic_sections): Likewise.

ld/
* ld-vxworks/tls-2.d: New.
* ld-vxworks/tls-2.s: New.
14 files changed:
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/elf32-arm.c
bfd/elf32-i386.c
bfd/elf32-ppc.c
bfd/elf32-sh.c
bfd/elfxx-mips.c
bfd/elfxx-sparc.c
include/elf/ChangeLog
include/elf/vxworks.h [new file with mode: 0644]
ld/testsuite/ChangeLog
ld/testsuite/ld-vxworks/tls-2.d [new file with mode: 0644]
ld/testsuite/ld-vxworks/tls-2.s [new file with mode: 0644]