Add 2 ifunc tests for i386 and x86-64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-21-x86-64.d
CommitLineData
0762fbb6
L
1#as: --64
2#ld: -melf_x86_64
3#objdump: -dw
4#target: x86_64-*-*
5
6.*: +file format .*
7
8
9Disassembly of section .plt:
10
110+4000d0 <.plt>:
12[ ]*[a-f0-9]+: ff 25 32 00 20 00 jmpq \*0x200032\(%rip\) # 600108 <_GLOBAL_OFFSET_TABLE_\+0x18>
13[ ]*[a-f0-9]+: 68 00 00 00 00 pushq \$0x0
14[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq 4000e0 <__start>
15
16Disassembly of section .text:
17
180+4000e0 <__start>:
19[ ]*[a-f0-9]+: 48 8b 05 21 00 20 00 mov 0x200021\(%rip\),%rax # 600108 <_GLOBAL_OFFSET_TABLE_\+0x18>
20[ ]*[a-f0-9]+: 48 8d ([0-9a-f]{2} ){5}[ ]+lea[ ]+.*
21
220+4000ee <foo>:
23[ ]*[a-f0-9]+: c3 retq
24
250+4000ef <bar>:
26[ ]*[a-f0-9]+: c3 retq
27#pass
This page took 0.059009 seconds and 4 git commands to generate.