MIPS/LD/testsuite: Verify microMIPS LA25 stub generation
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-21-i386.d
CommitLineData
0762fbb6 1#ld: -m elf_i386
b1058ce9 2#as: --32 -mrelax-relocations=yes
0762fbb6
L
3#objdump: -dw
4#target: x86_64-*-* i?86-*-*
5
6.*: +file format .*
7
bae420ef 8
233cc9c1 9Disassembly of section .text:
bae420ef 10
233cc9c1
L
110+804807c <__start>:
12 +[a-f0-9]+: ff 93 fc ff ff ff call \*-0x4\(%ebx\)
13 +[a-f0-9]+: ff a3 fc ff ff ff jmp \*-0x4\(%ebx\)
14 +[a-f0-9]+: 03 83 fc ff ff ff add -0x4\(%ebx\),%eax
15 +[a-f0-9]+: 8b 83 fc ff ff ff mov -0x4\(%ebx\),%eax
16 +[a-f0-9]+: 85 83 fc ff ff ff test %eax,-0x4\(%ebx\)
17 +[a-f0-9]+: c7 c0 a1 80 04 08 mov \$0x80480a1,%eax
18
190+80480a0 <foo>:
20 +[a-f0-9]+: c3 ret
21
220+80480a1 <bar>:
23 +[a-f0-9]+: c3 ret
0762fbb6 24#pass
This page took 0.088834 seconds and 4 git commands to generate.