Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-powerpc / notoc2.s
blob3a4274c7c0fb69ae7885a514c905b2e3ef198ec3
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!"