Increment length by 1 if the relocation token is removed
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rept.s
1 .data
2 .global _pad_data
3 _pad_data:
4 .rept (0x40000*210)
5 .byte 0
6 .endr
This page took 0.029813 seconds and 4 git commands to generate.