Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-powerpc / tocnovar.s
blob8045d1488c044b7bac50c4a5b5a94ac1bfc92d7b
1 .section .opd,"aw",@progbits
2 .global _start
3 .type _start,@function
4 _start:
5 .quad .L_start, .TOC.@tocbase, 0
7 .text
8 .L_start:
9 lwz 3,x@toc(2)
10 b _start
11 .size _start,.-.L_start
13 .section .toc,"aw",@progbits
14 .type x,@object
15 x: .long 0
16 .size x,.-x