Optimize x86 GOT32X/GOTPCRELX relocations
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-21-i386.d
CommitLineData
0762fbb6
L
1#ld: -m elf_i386
2#as: --32
3#objdump: -dw
4#target: x86_64-*-* i?86-*-*
5
6.*: +file format .*
7
8c650f16 8#...
0762fbb6 90+8048090 <__start>:
8c650f16
L
10[ ]*[a-f0-9]+: ff 93 0c 00 00 00 call \*0xc\(%ebx\)
11[ ]*[a-f0-9]+: ff a3 0c 00 00 00 jmp \*0xc\(%ebx\)
12[ ]*[a-f0-9]+: 03 83 0c 00 00 00 add 0xc\(%ebx\),%eax
0762fbb6 13[ ]*[a-f0-9]+: 8b 83 0c 00 00 00 mov 0xc\(%ebx\),%eax
8c650f16 14[ ]*[a-f0-9]+: 85 83 0c 00 00 00 test %eax,0xc\(%ebx\)
bae420ef
L
15[ ]*[a-f0-9]+: c7 c0 b5 80 04 08 mov \$0x80480b5,%eax
16
170+80480b4 <foo>:
18[ ]*[a-f0-9]+: c3 ret
19
200+80480b5 <bar>:
21[ ]*[a-f0-9]+: c3 ret
0762fbb6 22#pass
This page took 0.051656 seconds and 4 git commands to generate.