MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / mips / mips16-alias.s
CommitLineData
6e3d1f07
MR
1 .text
2 .set mips16
3 .ent foo
4foo:
5 nop
6 la $2, bar
7 lw $2, bar
8 dla $2, bar
9 ld $2, bar
10 .set nomips16
11 .end foo
12
13# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
14 .align 4, 0
15 .space 16
16
17 .type bar, @object
18bar:
19 .long 0
20 .size bar, . - bar
This page took 0.038891 seconds and 4 git commands to generate.