x86: Add explicit -mx86-used-note=[yes|no] to tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr19031b.S
CommitLineData
4b627c18
L
1 .text
2 .globl g
3 .type g, @function
4g:
5 calll .Lfoo
6.Lfoo:
7 popl %eax
8.Lbar:
9 addl $_GLOBAL_OFFSET_TABLE_+(.Lbar-.Lfoo), %eax
10 movl f@GOT(%eax), %eax
11 ret
12
13 .globl h
14 .type h, @function
15h:
16 leal zed, %eax
17 movl zed, %ebx
18 addl %ebx, %eax
19 ret
20
21 .data
22zed:
23 .long f - .
This page took 0.14745 seconds and 4 git commands to generate.