mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
ead49a57e8
(mips_elf_local_got_index): Use the hash table entry to record the GOT index of forced-local symbols. (mips_elf_initialize_tls_index): Rearrange code. Store the index in either the hash table entry or the mips_got_entry, not both. Add more commentary. (mips_elf_multi_got): Make sure the g->next is nonnull when calling mips_elf_initialize_tls_index. * ld-mips-elf/tls-hidden3a.s, ld-mips-elf/tls-hidden3b.s, * ld-mips-elf/tls-hidden3.d, ld-mips-elf/tls-hidden3.got, * ld-mips-elf/tls-hidden3.ld, ld-mips-elf/tls-hidden3.r, * ld-mips-elf/tls-hidden4a.s, ld-mips-elf/tls-hidden4b.s, * ld-mips-elf/tls-hidden4.got, ld-mips-elf/tls-hidden4.r: New tests. * ld-mips-elf/mips-elf.exp: Run them.
25 lines
600 B
Makefile
25 lines
600 B
Makefile
|
|
.*: file format .*
|
|
|
|
Disassembly of section \.text:
|
|
|
|
#
|
|
# The TLS entries are ordered as follows:
|
|
#
|
|
# foo0 (-0x7ff0 + 0x20)
|
|
# foo2 (-0x7ff0 + 0x24)
|
|
# foo3 (-0x7ff0 + 0x28)
|
|
# foo1 (-0x7ff0 + 0x2c)
|
|
#
|
|
# Any order would be acceptable, but it must match the .got dump.
|
|
#
|
|
00080c00 <\.text>:
|
|
80c00: 8f848030 lw a0,-32720\(gp\)
|
|
80c04: 8f84803c lw a0,-32708\(gp\)
|
|
80c08: 8f848034 lw a0,-32716\(gp\)
|
|
80c0c: 8f848038 lw a0,-32712\(gp\)
|
|
80c10: 8f848030 lw a0,-32720\(gp\)
|
|
80c14: 8f84803c lw a0,-32708\(gp\)
|
|
80c18: 8f848034 lw a0,-32716\(gp\)
|
|
80c1c: 8f848038 lw a0,-32712\(gp\)
|