MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-pcrel-absolute-5.s
CommitLineData
8507b6e7
MR
1 .text
2
3 .space 0x1000
4
5 .set bar, 0x12345678
6
7 .ent foo
8 .set mips16
9foo:
10 la $2, 0x12345678
11 lw $2, 0x12345678
12 la $2, bar
13 lw $2, bar
14 la $2, bar + 0x2468
15 lw $2, bar + 0x2468
16 la $2, 0x2468ace0
17 lw $2, 0x2468ace0
18 nop
19 .set nomips16
20 .end foo
21
22# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
23 .align 4, 0
24 .space 16
This page took 0.025807 seconds and 4 git commands to generate.