mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
560b3fe208
2021-10-22 Chenghua Xu <xuchenghua@loongson.cn> Zhensong Liu <liuzhensong@loongson.cn> Weinan Liu <liuweinan@loongson.cn> Xiaolin Tang <tangxiaolin@loongson.cn> ld/ * Makefile.am: Add LoongArch. * NEWS: Mention LoongArch support. * configure.tgt: Add LoongArch. * emulparams/elf32loongarch-defs.sh: New. * emulparams/elf32loongarch.sh: Likewise. * emulparams/elf64loongarch-defs.sh: Likewise. * emulparams/elf64loongarch.sh: Likewise. * emultempl/loongarchelf.em: Likewise. * Makefile.in: Regenerate. * po/BLD-POTFILES.in: Regenerate. ld/testsuite/ * ld-loongarch-elf/disas-jirl.d: New. * ld-loongarch-elf/disas-jirl.s: Likewise. * ld-loongarch-elf/jmp_op.d: Likewise. * ld-loongarch-elf/jmp_op.s: Likewise. * ld-loongarch-elf/ld-loongarch-elf.exp: Likewise. * ld-loongarch-elf/macro_op.d: Likewise. * ld-loongarch-elf/macro_op.s: Likewise. * ld-loongarch-elf/syscall-0.s: Likewise. * ld-loongarch-elf/syscall-1.s: Likewise. * ld-loongarch-elf/syscall.d: Likewise. * ld-srec/srec.exp: Add LoongArch. * ld-unique/pr21529.d: Likewise.
21 lines
291 B
ArmAsm
21 lines
291 B
ArmAsm
.globl cc
|
|
|
|
.text
|
|
cc:
|
|
addi.d $r3,$r3,-16
|
|
st.d $r1,$r3,8
|
|
la.local $r5,.LC0
|
|
addi.w $r4,$r0,0
|
|
addi.w $r6, $r0,12
|
|
addi.w $r11, $r0, 64
|
|
syscall 0
|
|
ld.d $r1,$r3,8
|
|
addi.d $r3,$r3,16
|
|
jirl $r0, $r1, 0
|
|
.LC0:
|
|
.ascii "hello world\012\000"
|
|
.text
|
|
.align 2
|
|
.globl world
|
|
.type world, @function
|