Add -mshared option to x86 ELF assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / relax-3.d
CommitLineData
8dcea932 1#as: -mshared
b084df0b
L
2#objdump: -dwr
3
4.*: +file format .*
5
6Disassembly of section .text:
7
80+ <foo>:
8dcea932
L
9[ ]*[a-f0-9]+: eb 24 jmp 26 <local>
10[ ]*[a-f0-9]+: eb 1e jmp 22 <hidden_def>
11[ ]*[a-f0-9]+: e9 fc ff ff ff jmp 5 <foo\+0x5> 5: R_386_PC32 global_def
12[ ]*[a-f0-9]+: e9 fc ff ff ff jmp a <foo\+0xa> a: R_386_PLT32 global_def
13[ ]*[a-f0-9]+: e9 fc ff ff ff jmp f <foo\+0xf> f: R_386_PC32 weak_def
14[ ]*[a-f0-9]+: e9 fc ff ff ff jmp 14 <foo\+0x14> 14: R_386_PC32 weak_hidden_undef
15[ ]*[a-f0-9]+: e9 fc ff ff ff jmp 19 <foo\+0x19> 19: R_386_PC32 weak_hidden_def
16[ ]*[a-f0-9]+: e9 fc ff ff ff jmp 1e <foo\+0x1e> 1e: R_386_PC32 hidden_undef
17
180+22 <hidden_def>:
b084df0b
L
19[ ]*[a-f0-9]+: c3 ret
20
8dcea932 210+23 <weak_hidden_def>:
b084df0b
L
22[ ]*[a-f0-9]+: c3 ret
23
8dcea932 240+24 <global_def>:
b084df0b
L
25[ ]*[a-f0-9]+: c3 ret
26
8dcea932 270+25 <weak_def>:
b084df0b
L
28[ ]*[a-f0-9]+: c3 ret
29
8dcea932 300+26 <local>:
b084df0b
L
31[ ]*[a-f0-9]+: c3 ret
32#pass
This page took 0.02708 seconds and 4 git commands to generate.