x86-64: bndmk, bndldx, and bndstx don't allow RIP-relative addressing
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / relax-4.d
CommitLineData
8dcea932
L
1#source: relax-3.s
2#objdump: -dwr
3
4.*: +file format .*
5
6Disassembly of section .text:
7
80+ <foo>:
9[ ]*[a-f0-9]+: eb 21 jmp 23 <local>
10[ ]*[a-f0-9]+: eb 1b jmp 1f <hidden_def>
11[ ]*[a-f0-9]+: eb 1b jmp 21 <global_def>
12[ ]*[a-f0-9]+: e9 fc ff ff ff jmp 7 <foo\+0x7> 7: R_386_PLT32 global_def
13[ ]*[a-f0-9]+: e9 fc ff ff ff jmp c <foo\+0xc> c: R_386_PC32 weak_def
14[ ]*[a-f0-9]+: e9 fc ff ff ff jmp 11 <foo\+0x11> 11: R_386_PC32 weak_hidden_undef
15[ ]*[a-f0-9]+: e9 fc ff ff ff jmp 16 <foo\+0x16> 16: R_386_PC32 weak_hidden_def
16[ ]*[a-f0-9]+: e9 fc ff ff ff jmp 1b <foo\+0x1b> 1b: R_386_PC32 hidden_undef
17
180+1f <hidden_def>:
19[ ]*[a-f0-9]+: c3 ret
20
210+20 <weak_hidden_def>:
22[ ]*[a-f0-9]+: c3 ret
23
240+21 <global_def>:
25[ ]*[a-f0-9]+: c3 ret
26
270+22 <weak_def>:
28[ ]*[a-f0-9]+: c3 ret
29
300+23 <local>:
31[ ]*[a-f0-9]+: c3 ret
32#pass
This page took 0.17789 seconds and 4 git commands to generate.