[MIPS] Add Loongson 3A1000 proccessor support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-pcrel-relax-2.s
1 .text
2
3 .space 0x1000
4
5 .ent foo
6 .set mips16
7 .set noreorder
8 foo:
9 la $2, .L0
10 jr $ra
11 nop
12 .ifdef align
13 .align 2
14 .endif
15 .L0 = .
16 .short 0
17 .set reorder
18 .set nomips16
19 .end foo
20
21 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
22 .align 4, 0
23 .space 16
This page took 0.031394 seconds and 4 git commands to generate.