MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-pcrel-reloc-7.s
1 .text
2
3 .space 0x1000
4
5 .ent foo
6 .set mips16
7 foo:
8 dla $2, bar
9 ld $2, bar
10 nop
11 .set nomips16
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.029798 seconds and 4 git commands to generate.