mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 07:44:22 +08:00
3dff0dd1e3
* elfxx-mips.c (mips_got_entry): Update comments. (mips_elf_multi_got_entry_eq): Rename to... (mips_elf_got_entry_eq): ...this, deleting the old definition. (mips_elf_create_got_info): Remove master_got_p argument. Always use mips_elf_got_entry_eq. (mips_elf_bfd_got, mips_elf_multi_got, mips_elf_create_got_section): Update calls accordingly. ld/testsuite/ * ld-mips-elf/tlsdyn-o32-1.d, ld-mips-elf/tlsdyn-o32-1.got, ld-mips-elf/tlsdyn-o32-2.d, ld-mips-elf/tlsdyn-o32-2.got, ld-mips-elf/tlsdyn-o32-3.d, ld-mips-elf/tlsdyn-o32-3.got, ld-mips-elf/tls-hidden3.d, ld-mips-elf/tls-hidden3.got: Update for new hash table order.
25 lines
600 B
Makefile
25 lines
600 B
Makefile
|
|
.*: file format .*
|
|
|
|
Disassembly of section \.text:
|
|
|
|
#
|
|
# The TLS entries are ordered as follows:
|
|
#
|
|
# foo3 (-0x7ff0 + 0x20)
|
|
# foo1 (-0x7ff0 + 0x24)
|
|
# foo2 (-0x7ff0 + 0x28)
|
|
# foo0 (-0x7ff0 + 0x2c)
|
|
#
|
|
# Any order would be acceptable, but it must match the .got dump.
|
|
#
|
|
00080c00 <\.text>:
|
|
80c00: 8f848028 lw a0,-32728\(gp\)
|
|
80c04: 8f848020 lw a0,-32736\(gp\)
|
|
80c08: 8f848024 lw a0,-32732\(gp\)
|
|
80c0c: 8f84801c lw a0,-32740\(gp\)
|
|
80c10: 8f848028 lw a0,-32728\(gp\)
|
|
80c14: 8f848020 lw a0,-32736\(gp\)
|
|
80c18: 8f848024 lw a0,-32732\(gp\)
|
|
80c1c: 8f84801c lw a0,-32740\(gp\)
|