*** empty log message ***
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / vxworks1-lib.s
1 .text
2 .globl foo
3 .type foo, @function
4 foo:
5 push %ebx
6 movl __GOTT_BASE__, %ebx
7 movl __GOTT_INDEX__(%ecx), %ebx
8 movl x@GOT(%ebx), %eax
9 incl (%eax)
10 call slocal@plt
11 call sglobal@plt
12 call sexternal@plt
13 pop %ebx
14 ret
15 .size foo, .-foo
16
17 .type slocal, @function
18 slocal:
19 ret
20 .size slocal, .-slocal
21
22 .globl sglobal
23 .type sglobal, @function
24 sglobal:
25 ret
26 .size sglobal, .-sglobal
27
28 .data
29 .4byte slocal
30
31 .comm x,4,4
This page took 0.031052 seconds and 4 git commands to generate.