Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / option-pic-1.s
1 .abicalls
2 .text
3 .globl foo
4 .ent foo
5 foo:
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.033576 seconds and 4 git commands to generate.