x86: warn about insns exceeding the 15-byte limit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / space1.s
1 .text
2 .space foo
3 .space foo*4
4 .space foo+4
5 .space foo-4
6 .space foo << 4
This page took 0.029351 seconds and 4 git commands to generate.