i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / reloc.s
1 .text
2 foo: mov $foo, %bl
3 push $foo
4 add $foo, %eax
5 add $foo, %ebx
6 imul $foo, %edx
7 lcall $0, $foo
8 pushw $foo
9
10 # Pad out to a good alignment
11 .byte 0x90,0x90,0x90,0x90,0x90
This page took 0.04536 seconds and 4 git commands to generate.