x86: adjust ignored prefix warning for branches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / reloc.s
CommitLineData
252b5132
RH
1.text
2foo: 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
c608c12e
AM
9
10# Pad out to a good alignment
11 .byte 0x90,0x90,0x90,0x90,0x90
This page took 0.876549 seconds and 4 git commands to generate.