xfail x86 gas unique test
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / unique.d
1 #objdump: -dw
2 #name: i386 unique sections
3 #xfail: *-*-darwin *-*-pe *-*-*cygwin* *-*-mingw*
4
5 .*: +file format .*
6
7
8 Disassembly of section .text:
9
10 0+ <foo>:
11 +[a-f0-9]+: 89 c3 mov %eax,%ebx
12 +[a-f0-9]+: c3 ret
13
14 Disassembly of section .text:
15
16 0+ <bar>:
17 +[a-f0-9]+: 31 c3 xor %eax,%ebx
18 +[a-f0-9]+: c3 ret
19
20 Disassembly of section .text:
21
22 0+ <foo1>:
23 +[a-f0-9]+: 89 c3 mov %eax,%ebx
24 +[a-f0-9]+: c3 ret
25
26 Disassembly of section .text:
27
28 0+ <bar1>:
29 +[a-f0-9]+: 01 c3 add %eax,%ebx
30 +[a-f0-9]+: 90 nop
31 +[a-f0-9]+: c3 ret
32
33 Disassembly of section .text:
34
35 0+ <bar2>:
36 +[a-f0-9]+: 29 c3 sub %eax,%ebx
37 +[a-f0-9]+: 90 nop
38 +[a-f0-9]+: 90 nop
39 +[a-f0-9]+: 90 nop
40 +[a-f0-9]+: c3 ret
41
42 Disassembly of section .text:
43
44 0+ <foo2>:
45 +[a-f0-9]+: 31 c3 xor %eax,%ebx
46 +[a-f0-9]+: 90 nop
47 +[a-f0-9]+: 90 nop
48 +[a-f0-9]+: c3 ret
49 #pass
This page took 0.041742 seconds and 5 git commands to generate.