MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / sdata-gp.s
1 .sdata
2 c0101: .word 0xabcd
3
4 .text
5 .align 4
6 test:
7 lw $2, c0101
This page took 0.029305 seconds and 4 git commands to generate.