[MIPS] Add Loongson 2K1000 proccessor support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pr21334.s
1 .abicalls
2 .text
3 .set noreorder
4 .globl foo
5 .ent foo
6 foo:
7 .frame $sp, 0, $31
8 .mask 0x00000000, 0
9 .fmask 0x00000000, 0
10 .cpload $25
11 lw $2, %got(bar)($28)
12 jr $31
13 addiu $2, $2, 4
14 .end foo
15 .weak bar
16 .hidden bar
17
18 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
19 .align 4, 0
20 .space 16
This page took 0.03102 seconds and 4 git commands to generate.