MIPS/GAS/testsuite: Correct whitespace issues with Loongson tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-absolute-reloc-0.s
CommitLineData
88a7ef16
MR
1 .text
2
3 .space 0x1000
4
5 .globl foo
6 .ent foo
7 .set mips16
8foo:
9 li $16, 1f - .
10 addiu $4, $29, 0x1234
111:
12 nop
13 .end foo
14
15# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
16 .align 4, 0
17 .space 16
This page took 0.115555 seconds and 4 git commands to generate.