]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/i386/unique.d
x86: Run unique tests only for ELF targets
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / i386 / unique.d
CommitLineData
a8c4d40b
L
1#objdump: -dw
2#name: i386 unique sections
3
4.*: +file format .*
5
6
7Disassembly of section .text:
8
90+ <foo>:
10 +[a-f0-9]+: 89 c3 mov %eax,%ebx
11 +[a-f0-9]+: c3 ret
12
13Disassembly of section .text:
14
150+ <bar>:
16 +[a-f0-9]+: 31 c3 xor %eax,%ebx
17 +[a-f0-9]+: c3 ret
18
19Disassembly of section .text:
20
210+ <foo1>:
22 +[a-f0-9]+: 89 c3 mov %eax,%ebx
23 +[a-f0-9]+: c3 ret
24
25Disassembly of section .text:
26
270+ <bar1>:
28 +[a-f0-9]+: 01 c3 add %eax,%ebx
29 +[a-f0-9]+: 90 nop
30 +[a-f0-9]+: c3 ret
31
32Disassembly of section .text:
33
340+ <bar2>:
35 +[a-f0-9]+: 29 c3 sub %eax,%ebx
36 +[a-f0-9]+: 90 nop
37 +[a-f0-9]+: 90 nop
38 +[a-f0-9]+: 90 nop
39 +[a-f0-9]+: c3 ret
40
41Disassembly of section .text:
42
430+ <foo2>:
44 +[a-f0-9]+: 31 c3 xor %eax,%ebx
45 +[a-f0-9]+: 90 nop
46 +[a-f0-9]+: 90 nop
47 +[a-f0-9]+: c3 ret
48#pass