gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / unique.d
1 #objdump: -dw
2 #name: i386 unique sections
3
4 .*: +file format .*
5
6
7 Disassembly of section .text:
8
9 0+ <foo>:
10 +[a-f0-9]+: 89 c3 mov %eax,%ebx
11 +[a-f0-9]+: c3 ret
12
13 Disassembly of section .text:
14
15 0+ <bar>:
16 +[a-f0-9]+: 31 c3 xor %eax,%ebx
17 +[a-f0-9]+: c3 ret
18
19 Disassembly of section .text:
20
21 0+ <foo1>:
22 +[a-f0-9]+: 89 c3 mov %eax,%ebx
23 +[a-f0-9]+: c3 ret
24
25 Disassembly of section .text:
26
27 0+ <bar1>:
28 +[a-f0-9]+: 01 c3 add %eax,%ebx
29 +[a-f0-9]+: 90 nop
30 +[a-f0-9]+: c3 ret
31
32 Disassembly of section .text:
33
34 0+ <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
41 Disassembly of section .text:
42
43 0+ <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
This page took 0.035603 seconds and 4 git commands to generate.