MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / option-pic-relax-0.s
1 .text
2 .ent foo
3 .option pic2
4 foo:
5 .set noreorder
6 .cpload $25
7 .set reorder
8 la $2, bar
9 jr $31
10 .option pic0
11 .end foo
12
13 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
14 .align 4, 0
15 .space 16
This page took 0.036665 seconds and 4 git commands to generate.