mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
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.
27 lines
698 B
Makefile
27 lines
698 B
Makefile
#source: tlsopt3.s
|
|
#source: tlslib.s
|
|
#as: -a64
|
|
#ld: -melf64ppc
|
|
#objdump: -dr
|
|
#target: powerpc64*-*-*
|
|
|
|
.*: +file format elf64-powerpc
|
|
|
|
Disassembly of section \.text:
|
|
|
|
00000000100000e8 <\.__tls_get_addr>:
|
|
100000e8: 4e 80 00 20 blr
|
|
|
|
Disassembly of section \.no_opt3:
|
|
|
|
00000000100000ec <\.no_opt3>:
|
|
100000ec: 38 62 80 08 addi r3,r2,-32760
|
|
100000f0: 48 00 00 0c b .*
|
|
100000f4: 38 62 80 18 addi r3,r2,-32744
|
|
100000f8: 48 00 00 10 b .*
|
|
100000fc: 4b ff ff ed bl 100000e8 <\.__tls_get_addr>
|
|
10000100: 60 00 00 00 nop
|
|
10000104: 48 00 00 0c b .*
|
|
10000108: 4b ff ff e1 bl 100000e8 <\.__tls_get_addr>
|
|
1000010c: 60 00 00 00 nop
|