Fix ERROR: target-cc does not exist
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / tocopt2.s
CommitLineData
2843fdaa
AM
1 .globl xt
2 .section .toc,"aw"
3xt:
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)
This page took 0.226743 seconds and 4 git commands to generate.