gas: xtensa: limit size of auto litpools
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xtensa / auto-litpools.s
1 .text
2 .align 4
3 .literal .L0, 0x12345
4 .literal .L1, 0x78f078f0
5
6 f:
7 l32r a2, .L0
8 .rep 44000
9 _nop
10 _nop
11 .endr
12 l32r a2, .L1
13 ret
This page took 0.029189 seconds and 4 git commands to generate.