gas: xtensa: fix literal movement
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xtensa / text-section-literals-1.s
1 .section .init
2 .literal a, 0x12345678
3 movi a2, 0x12345679
4 .section .fini
5 .literal b, 0x1234567a
6 movi a2, 0x1234567b
This page took 0.030165 seconds and 4 git commands to generate.