ld: Don't xfail ld-elf/warn[12] on 64-bit Solaris/SPARC
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr18801.s
CommitLineData
8efa2874
L
1 .text
2 .type selector, %function
3foo:
4 movl $0, %eax
5 ret
6selector:
7 mov $foo, %eax
8 ret
9 .type selector, %gnu_indirect_function
10 .globl _start
11_start:
12 mov $selector, %eax
13 call *%eax
14 ret
15 .section .note.GNU-stack,"",@progbits
This page took 0.25053 seconds and 4 git commands to generate.