i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / align-1a.d
1 #name: i386 balign
2 #source: align-1.s
3 #as: -mtune=generic32
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]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
14 [ ]*[a-f0-9]+: ba 00 00 00 00 mov \$0x0,%edx
15 [ ]*[a-f0-9]+: 8d 76 00 lea 0x0\(%esi\),%esi
16 [ ]*[a-f0-9]+: 01 c2 add %eax,%edx
17 #pass
This page took 0.030534 seconds and 4 git commands to generate.