AArch64: Revert setting of elf class in linker stub.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr20244-2.s
CommitLineData
712ec279
L
1 .text
2 .globl foo
3 .type foo, @gnu_indirect_function
4foo:
5 ret
6 .text
7 .type bar, @gnu_indirect_function
8bar:
9 ret
10 .globl _start
11 .type _start, @function
12_start:
13 call *foo@GOT
14 jmp *bar@GOT
15 movl $0, bar@GOT
16 cmpl $0, foo@GOT
17 movl $bar@GOT, %ecx
This page took 0.253718 seconds and 4 git commands to generate.