MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / option-pic-relax-1.s
1 .text
2 .ent foo
3 .option pic0
4 foo:
5 la $2, bar
6 jr $31
7 .option pic2
8 .end foo
9
10 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
11 .align 4, 0
12 .space 16
This page took 0.039995 seconds and 4 git commands to generate.