663a1470e1
* elf32-ppc.c (ppc_elf_tls_optimize): Catch more cases where old-style __tls_get_addr calls without marker relocs don't match their arg setup insn one for one. If such mismatches are found report the reloc and don't do any tls optimization. * elf64-ppc.c (ppc64_elf_tls_optimize): Likewise. ld/testsuite/ * ld-powerpc/tlsmark.s: Delete non-optimizable section. * ld-powerpc/tlsmark32.s: Likewise. * ld-powerpc/tlsmark.d: Adjust to suit. * ld-powerpc/tlsmark32.d: Likewise. * ld-powerpc/tlsopt1.d, * ld-powerpc/tlsopt1.s: New. * ld-powerpc/tlsopt2.d, * ld-powerpc/tlsopt2.s: New. * ld-powerpc/tlsopt3.d, * ld-powerpc/tlsopt3.s: New. * ld-powerpc/tlsopt4.d, * ld-powerpc/tlsopt4.s: New. * ld-powerpc/tlsopt1_32.d, * ld-powerpc/tlsopt1_32.s: New. * ld-powerpc/tlsopt2_32.d, * ld-powerpc/tlsopt2_32.s: New. * ld-powerpc/tlsopt3_32.d, * ld-powerpc/tlsopt3_32.s: New. * ld-powerpc/tlsopt4_32.d, * ld-powerpc/tlsopt4_32.s: New. * ld-powerpc/powerpc.exp: Run new tests.
25 lines
No EOL
666 B
Makefile
25 lines
No EOL
666 B
Makefile
#source: tlsmark32.s
|
|
#source: tlslib32.s
|
|
#as: -a32
|
|
#ld: -melf32ppc
|
|
#objdump: -dr
|
|
#target: powerpc*-*-*
|
|
|
|
.*: file format elf32-powerpc
|
|
|
|
Disassembly of section \.text:
|
|
|
|
0+1800094 <_start>:
|
|
1800094: 48 00 00 14 b 18000a8 <_start\+0x14>
|
|
1800098: 38 63 90 00 addi r3,r3,-28672
|
|
180009c: 80 83 00 00 lwz r4,0\(r3\)
|
|
18000a0: 3c 62 00 00 addis r3,r2,0
|
|
18000a4: 48 00 00 0c b 18000b0 <_start\+0x1c>
|
|
18000a8: 3c 62 00 00 addis r3,r2,0
|
|
18000ac: 4b ff ff ec b 1800098 <_start\+0x4>
|
|
18000b0: 38 63 10 00 addi r3,r3,4096
|
|
18000b4: 80 83 80 00 lwz r4,-32768\(r3\)
|
|
|
|
0+18000b8 <__tls_get_addr>:
|
|
18000b8: 4e 80 00 20 blr
|
|
#pass
|