Add --size-check=[error|warning].
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / bad-size.s
1 .text
2 _test_nop:
3 nop
4 .section .text.entry.continue, "xa"
5 nop
6 .size _test_nop, .-_test_nop
This page took 0.035444 seconds and 4 git commands to generate.