[MIPS] Add Loongson 3A1000 proccessor support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / relax-offset.s
1 .abicalls
2
3 .align 4, 0
4 .globl foo
5 .ent foo
6 foo:
7 .set noreorder
8 .cpload $25
9 .set reorder
10 beq $4, $0, bar + 4
11 jr $31
12
13 .space 131072
14
15 .align 4, 0
16 bar:
17 syscall
18 jr $31
19 .end foo
20
21 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
22 .space 16
23 .align 4, 0
This page took 0.030908 seconds and 4 git commands to generate.