x86/Intel: fix fallout from earlier template folding
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / align-1b.d
1 #name: i386 balign (-n)
2 #source: align-1.s
3 #as: -mtune=generic32 -n
4 #objdump: -dr
5
6 .*: +file format .*i386.*
7
8
9 Disassembly of section .text:
10
11 0+ <_start>:
12 [ ]*[a-f0-9]+: 89 f8 mov %edi,%eax
13 [ ]*[a-f0-9]+: 90 nop
14 [ ]*[a-f0-9]+: 90 nop
15 [ ]*[a-f0-9]+: 90 nop
16 [ ]*[a-f0-9]+: 90 nop
17 [ ]*[a-f0-9]+: 90 nop
18 [ ]*[a-f0-9]+: 90 nop
19 [ ]*[a-f0-9]+: ba 00 00 00 00 mov \$0x0,%edx
20 [ ]*[a-f0-9]+: 90 nop
21 [ ]*[a-f0-9]+: 90 nop
22 [ ]*[a-f0-9]+: 90 nop
23 [ ]*[a-f0-9]+: 01 c2 add %eax,%edx
24 #pass
This page took 0.035409 seconds and 4 git commands to generate.