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