Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xtensa / auto-litpools.s
CommitLineData
b46824bd
MF
1 .text
2 .align 4
3 .literal .L0, 0x12345
4 .literal .L1, 0x12345
5
6f:
7 l32r a2, .L0
8 .rep 44000
9 _nop
10 _nop
11 .endr
12 l32r a2, .L1
13 ret
This page took 0.044159 seconds and 4 git commands to generate.