PowerPC64 synthetic symbols
[binutils-gdb.git] / ld / testsuite / ld-powerpc / notoc2.s
1 .text
2 .weak puts
3 pld 12,-1(0),1
4 pld 12,0(0),1
5 paddi 12,0,-1,1
6 paddi 12,0,0,1
7 0:
8 paddi 3,0,hello-.,1
9 bl puts@notoc
10 nop
11 b 0b
12 .section .rodata
13 hello: .asciz "Hello!"