diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2006-10-20 07:57:03 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2006-10-20 07:57:03 +0000 |
commit | 98c904a8640de8891570902ac9d1ef6153092a18 (patch) | |
tree | d3417b6c2e1b4ed258185a95cd7c54f9e41cc6b7 /ld/testsuite/ld-mips-elf/tlsdyn-o32.got | |
parent | 5427f821ae3f03e66f93914e805284a08dbc0df1 (diff) | |
download | gdb-98c904a8640de8891570902ac9d1ef6153092a18.zip gdb-98c904a8640de8891570902ac9d1ef6153092a18.tar.gz gdb-98c904a8640de8891570902ac9d1ef6153092a18.tar.bz2 |
bfd/
* elfxx-mips.c (_bfd_mips_elf_additional_program_headers): Allocate
a PT_NULL header for dynamic objects.
(_bfd_mips_elf_modify_segment_map): Add it.
ld/testsuite/
* ld-mips-elf/multi-got-1.d: Do not expect a particular address
for DT_HASH.
* ld-mips-elf/rel32-o32.d: Bump addresses by 0x20 to account for
the extra program header.
* ld-mips-elf/rel32-n32.d: Likewise.
* ld-mips-elf/tlslib-o32.got: Likewise.
* ld-mips-elf/tlslib-o32-hidden.got: Likewise.
* ld-mips-elf/tlslib-o32-ver.got: Likewise.
* ld-mips-elf/tls-multi-got-1.got: Likewise.
* ld-mips-elf/tls-multi-got-1.r: Likewise.
* ld-mips-elf/rel64.d: Bump addresses by 0x30 to account for the
extra program header.
* ld-mips-elf/tlsdyn-o32.d: Reduce the GOT offset by 32 to account
for the extra program header, and thus the shorter gap between the
text and data segments.
* ld-mips-elf/tlsdyn-o32-1.d: Likewise.
* ld-mips-elf/tlsdyn-o32-2.d: Likewise.
* ld-mips-elf/tlsdyn-o32-3.d: Likewise.
* ld-mips-elf/tlsdyn-o32.got: Bump GOT text addresses by 0x20
to account for the extra program header.
* ld-mips-elf/tlsdyn-o32-1.got: Likewise.
* ld-mips-elf/tlsdyn-o32-2.got: Likewise.
* ld-mips-elf/tlsdyn-o32-3.got: Likewise.
Diffstat (limited to 'ld/testsuite/ld-mips-elf/tlsdyn-o32.got')
-rw-r--r-- | ld/testsuite/ld-mips-elf/tlsdyn-o32.got | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-mips-elf/tlsdyn-o32.got b/ld/testsuite/ld-mips-elf/tlsdyn-o32.got index 633fc39..1006332 100644 --- a/ld/testsuite/ld-mips-elf/tlsdyn-o32.got +++ b/ld/testsuite/ld-mips-elf/tlsdyn-o32.got @@ -14,6 +14,6 @@ OFFSET TYPE VALUE Contents of section .got: 10000020 00000000 80000000 00000000 00000000 ................ - 10000030 00000000 00000000 00000000 004004fc ................ + 10000030 00000000 00000000 00000000 0040051c ................ 10000040 00000001 00000000 00000000 00000000 ................ 10000050 00000000 00000000 00000000 00000000 ................ |