]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-powerpc/inline.s
PowerPC disassembly of pcrel references
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-powerpc / inline.s
CommitLineData
0dbd452a
AM
1 .text
2 .globl _start
3_start:
4 std 2,24(1)
5 .reloc .-4,R_PPC64_PLTSEQ,my_func
6 addis 12,2,my_func@plt@ha # .reloc .,R_PPC64_PLT16_HA,my_func
7 ld 12,my_func@plt@l(12) # .reloc .,R_PPC64_PLT16_LO_DS,my_func
8 mtctr 12
9 .reloc .-4,R_PPC64_PLTSEQ,my_func
10 bctrl
11 .reloc .-4,R_PPC64_PLTCALL,my_func
12 ld 2,24(1)