i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / align-branch-3.d
1 #as: -malign-branch-boundary=32 -malign-branch=indirect+call
2 #objdump: -dw
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 0+ <foo>:
9 0: 64 a3 01 00 00 00 mov %eax,%fs:0x1
10 6: 55 push %ebp
11 7: 55 push %ebp
12 8: 55 push %ebp
13 9: 55 push %ebp
14 a: 89 e5 mov %esp,%ebp
15 c: 89 75 f4 mov %esi,-0xc\(%ebp\)
16 f: 89 75 f4 mov %esi,-0xc\(%ebp\)
17 12: 89 75 f4 mov %esi,-0xc\(%ebp\)
18 15: 89 75 f4 mov %esi,-0xc\(%ebp\)
19 18: 89 75 f4 mov %esi,-0xc\(%ebp\)
20 1b: 89 75 f4 mov %esi,-0xc\(%ebp\)
21 1e: e8 fc ff ff ff call 1f <foo\+0x1f>
22 23: 55 push %ebp
23 24: 55 push %ebp
24 25: 64 a3 01 00 00 00 mov %eax,%fs:0x1
25 2b: 89 e5 mov %esp,%ebp
26 2d: 89 75 f4 mov %esi,-0xc\(%ebp\)
27 30: 89 75 f4 mov %esi,-0xc\(%ebp\)
28 33: 89 75 f4 mov %esi,-0xc\(%ebp\)
29 36: 89 75 f4 mov %esi,-0xc\(%ebp\)
30 39: 89 75 f4 mov %esi,-0xc\(%ebp\)
31 3c: ff 91 00 00 00 00 call \*0x0\(%ecx\)
32 42: 89 75 f4 mov %esi,-0xc\(%ebp\)
33 #pass
This page took 0.031254 seconds and 4 git commands to generate.