i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-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 89 04 25 01 00 00 00 mov %eax,%fs:0x1
10 8: 55 push %rbp
11 9: 55 push %rbp
12 a: 55 push %rbp
13 b: 55 push %rbp
14 c: 48 89 e5 mov %rsp,%rbp
15 f: 89 75 f4 mov %esi,-0xc\(%rbp\)
16 12: 89 75 f4 mov %esi,-0xc\(%rbp\)
17 15: 89 75 f4 mov %esi,-0xc\(%rbp\)
18 18: 89 75 f4 mov %esi,-0xc\(%rbp\)
19 1b: 89 75 f4 mov %esi,-0xc\(%rbp\)
20 1e: e8 00 00 00 00 callq 23 <foo\+0x23>
21 23: 55 push %rbp
22 24: 55 push %rbp
23 25: 64 89 04 25 01 00 00 00 mov %eax,%fs:0x1
24 2d: 48 89 e5 mov %rsp,%rbp
25 30: 89 75 f4 mov %esi,-0xc\(%rbp\)
26 33: 89 75 f4 mov %esi,-0xc\(%rbp\)
27 36: 89 75 f4 mov %esi,-0xc\(%rbp\)
28 39: 89 75 f4 mov %esi,-0xc\(%rbp\)
29 3c: 89 75 f4 mov %esi,-0xc\(%rbp\)
30 3f: ff 15 00 00 00 00 callq \*0x0\(%rip\) # 45 <foo\+0x45>
31 45: 89 75 f4 mov %esi,-0xc\(%rbp\)
32 #pass
This page took 0.029811 seconds and 4 git commands to generate.