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