MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / option-pic-relax-2.s
CommitLineData
ce8ad872
MR
1 .text
2 .ent foo
3 .option pic2
4foo:
5 .set noreorder
6 .cpload $25
7 .set reorder
8 move $2, $4
9 move $3, $5
10 b bar
11 .space 0x7fff << 2
12bar:
13 jr $31
14 .option pic0
15 .end foo
16
17# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
18 .align 4, 0
19 .space 16
This page took 0.158036 seconds and 4 git commands to generate.