4dd21154d90074cfab07b4b38a26faa6dfa8f37a
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / protected3.s
1 .protected foo
2 .globl foo
3 .data
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@GOT(%ecx), %eax
14 movl (%eax), %eax
15 ret
16 .size bar, .-bar
This page took 0.029873 seconds and 3 git commands to generate.