Check GOTOFF reloc against protected data on x86
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / protected6.s
1 .data
2 .protected foo
3 .globl foo
4 .align 4
5 .type foo, @object
6 .size foo, 4
7 foo:
8 .long 1
9 .text
10 .globl bar
11 .type bar, @function
12 bar:
13 movl foo@GOTOFF(%ecx), %eax
14 .size bar, .-bar
This page took 0.041979 seconds and 4 git commands to generate.