diff options
author | Alan Modra <amodra@gmail.com> | 2017-07-14 18:37:26 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-07-14 22:51:01 +0930 |
commit | 86038de0d810f8639d22573921d2589a99829b36 (patch) | |
tree | 6b8e27da2402a1a1378a2593a662d55ba693a3fd /ld/testsuite/ld-powerpc/tlsopt5.d | |
parent | 211b0bed95b3f6b177a541ec52302b8febd6b49c (diff) | |
download | gdb-86038de0d810f8639d22573921d2589a99829b36.zip gdb-86038de0d810f8639d22573921d2589a99829b36.tar.gz gdb-86038de0d810f8639d22573921d2589a99829b36.tar.bz2 |
ppc32 tlsopt tests
These all were odd in that they used r13 as the GOT pointer. That
didn't matter for the purpose of testing, but would never occur in
practice. Also, the tlsopt5 tests could have their global dynamic
sequences optimized to initial exec, so link with -shared.
* testsuite/ld-powerpc/powerpc.exp: Add -shared to tlsop5 tests.
* testsuite/ld-powerpc/tlsopt5.d: Adjust.
* testsuite/ld-powerpc/tlsopt1_32.s: Use r30 as GOT pointer.
* testsuite/ld-powerpc/tlsopt2_32.s: Likewise.
* testsuite/ld-powerpc/tlsopt3_32.s: Likewise.
* testsuite/ld-powerpc/tlsopt4_32.s: Likewise.
* testsuite/ld-powerpc/tlsopt5_32.s: Rewrite.
* testsuite/ld-powerpc/tlsopt1_32.d: Adjust.
* testsuite/ld-powerpc/tlsopt2_32.d: Adjust.
* testsuite/ld-powerpc/tlsopt3_32.d: Adjust.
* testsuite/ld-powerpc/tlsopt5_32.d: Adjust.
Diffstat (limited to 'ld/testsuite/ld-powerpc/tlsopt5.d')
-rw-r--r-- | ld/testsuite/ld-powerpc/tlsopt5.d | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ld/testsuite/ld-powerpc/tlsopt5.d b/ld/testsuite/ld-powerpc/tlsopt5.d index b356a2e..7a74679 100644 --- a/ld/testsuite/ld-powerpc/tlsopt5.d +++ b/ld/testsuite/ld-powerpc/tlsopt5.d @@ -1,6 +1,6 @@ #source: tlsopt5.s #as: -a64 -#ld: --gc-sections --no-plt-localentry tlsdll.so +#ld: -shared --gc-sections --no-plt-localentry tlsdll.so #objdump: -dr #target: powerpc64*-*-* @@ -8,7 +8,7 @@ Disassembly of section \.text: -0000000010000300 <.*\.plt_call\.__tls_get_addr_opt@@GLIBC_2\.22>: +0+2c0 <.*\.plt_call\.__tls_get_addr_opt@@GLIBC_2\.22>: .*: (00 00 63 e9|e9 63 00 00) ld r11,0\(r3\) .*: (08 00 83 e9|e9 83 00 08) ld r12,8\(r3\) .*: (78 1b 60 7c|7c 60 1b 78) mr r0,r3 @@ -27,14 +27,14 @@ Disassembly of section \.text: .*: (a6 03 68 7d|7d 68 03 a6) mtlr r11 .*: (20 00 80 4e|4e 80 00 20) blr -0000000010000344 <_start>: +0+304 <_start>: .*: (08 80 62 38|38 62 80 08) addi r3,r2,-32760 .*: (b9 ff ff 4b|4b ff ff b9) bl .* .*: (00 00 00 60|60 00 00 00) nop -.*: (b8 02 01 00|00 00 00 00) .* -.*: (00 00 00 00|00 01 02 b8) .* +.*: (f8 01 01 00|00 00 00 00) .* +.*: (00 00 00 00|00 01 01 f8) .* -0000000010000358 <__glink_PLTresolve>: +0+318 <__glink_PLTresolve>: .*: (a6 02 08 7c|7c 08 02 a6) mflr r0 .*: (05 00 9f 42|42 9f 00 05) bcl .* .*: (a6 02 68 7d|7d 68 02 a6) mflr r11 @@ -50,5 +50,5 @@ Disassembly of section \.text: .*: (08 00 6b e9|e9 6b 00 08) ld r11,8\(r11\) .*: (20 04 80 4e|4e 80 04 20) bctr -0000000010000390 <__tls_get_addr_opt@plt>: +0+350 <__tls_get_addr_opt@plt>: .*: (c8 ff ff 4b|4b ff ff c8) b .* |