include/opcode/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / reloc.s
CommitLineData
f24f8f70
AM
1 .reloc x+8, R_PPC_ADDR32, y-4
2
3 .data
4x:
5 .long 0,0,0,0
6
7 .section .data.other,"aw",@progbits
8y:
9 .long 0,0,0,0
10
11 .reloc 0, R_PPC_ADDR32, x
12 .reloc y+4, R_PPC_ADDR32, x-4
13 .reloc x+12, R_PPC_ADDR32, y
This page took 0.221253 seconds and 4 git commands to generate.