x86: Force relocation against local absolute symbol
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / localpic.s
1 .data
2 foo:
3 .long 0
4 .text
5 movl foo@GOT(%ecx), %eax
6 movl bar@GOT(%ecx), %eax
7 bar = 0xfffffff0
This page took 0.03065 seconds and 4 git commands to generate.