From ead49a57e845c028e794fdeb6f3b2492e70b918e Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Mon, 27 Mar 2006 11:30:54 +0000 Subject: * elfxx-mips.c (mips_got_entry): Add more commentary. (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. --- ld/testsuite/ld-mips-elf/tls-hidden3.d | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ld/testsuite/ld-mips-elf/tls-hidden3.d (limited to 'ld/testsuite/ld-mips-elf/tls-hidden3.d') diff --git a/ld/testsuite/ld-mips-elf/tls-hidden3.d b/ld/testsuite/ld-mips-elf/tls-hidden3.d new file mode 100644 index 00000000000..6d586869bfa --- /dev/null +++ b/ld/testsuite/ld-mips-elf/tls-hidden3.d @@ -0,0 +1,24 @@ + +.*: 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\) -- cgit v1.2.1