MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / option-pic-relax-3.s
1 .text
2 .ent foo
3 .option pic0
4 foo:
5 move $2, $4
6 move $3, $5
7 b bar
8 .space 0x7fff << 2
9 bar:
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.029089 seconds and 4 git commands to generate.