9a5b26ba16c9f4b3168165a318d8231dcb3be0c6
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xtensa / auto-litpools.s
1 .text
2 .align 4
3 .literal .L0, 0x12345
4 .literal .L1, 0x12345
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.031256 seconds and 3 git commands to generate.