]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-powerpc/notoc2.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-powerpc / notoc2.s
CommitLineData
04bdff6a
AM
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
70:
8 paddi 3,0,hello-.,1
9 bl puts@notoc
10 nop
11 b 0b
12 .section .rodata
13hello: .asciz "Hello!"