MIPS/GAS/testsuite: Remove last remnants of ECOFF support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / option-pic-relax-0.s
CommitLineData
ce8ad872
MR
1 .text
2 .ent foo
3 .option pic2
4foo:
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.031561 seconds and 4 git commands to generate.