Add support for converting LDR Rx,=<imm> to MOV or MVN in Thumb2 mode.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pe / set.s
1 L_a:
2 .long 0
3
4 _b = L_a
5
6 L_c = L_a
7
8 .globl _d
9 _d = L_a
This page took 0.030836 seconds and 4 git commands to generate.