Add support for ARC instruction relaxation in the assembler.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / relax-avoid1.s
1 .section .rodata
2 .align 4
3 .LC2:
4 .word 0x01
5 .word 0x02
6 .word 0x03
7
8 .section .text
9 .align 4
10 nop_s
11 mov r4,@.LC2
This page took 0.029971 seconds and 4 git commands to generate.