MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / option-pic-relax-3.s
CommitLineData
ce8ad872
MR
1 .text
2 .ent foo
3 .option pic0
4foo:
5 move $2, $4
6 move $3, $5
7 b bar
8 .space 0x7fff << 2
9bar:
10 jr $31
11 .option pic2
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.080499 seconds and 4 git commands to generate.