]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-powerpc/tocopt2.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-powerpc / tocopt2.s
1 .globl xt
2 .section .toc,"aw"
3 xt:
4 .quad x
5
6 .globl _start
7 .text
8 _start:
9 addis 9,2,xt@toc@ha
10 ld 9,xt@toc@l(9)