x86: warn about insns exceeding the 15-byte limit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / align-1.s
1 .text
2 _start:
3 movl %edi, %eax
4 .balign 8, 0x90
5 movl $0, %edx
6 .balign 8, 0x90
7 addl %eax, %edx
This page took 0.03533 seconds and 4 git commands to generate.