add loongarch64 port
commit522bd54edaa2fa404fd428f8ad0bcb0f0bec5639
authorHongliang Wang <wanghongliang@loongson.cn>
Tue, 26 Sep 2023 01:12:01 +0000 (26 09:12 +0800)
committerRich Felker <dalias@aerifal.cx>
Fri, 16 Feb 2024 14:33:10 +0000 (16 09:33 -0500)
treedfe88361bcbbd17ac53b8af36cb52337f21095e9
parent4a16ddf53e7c634169d0a649782f8a724611f263
add loongarch64 port

Author: Xiaojuan Zhai <zhaixiaojuan@loongson.cn>
Author: Meidan Li <limeidan@loongson.cn>
Author: Guoqi Chen <chenguoqi@loongson.cn>
Author: Xiaolin Zhao <zhaoxiaolin@loongson.cn>
Author: Fan peng <fanpeng@loongson.cn>
Author: Jiantao Shan <shanjiantao@loongson.cn>
Author: Xuhui Qiang <qiangxuhui@loongson.cn>
Author: Jingyun Hua <huajingyun@loongson.cn>
Author: Liu xue <liuxue@loongson.cn>
Author: Hongliang Wang <wanghongliang@loongson.cn>
29 files changed:
arch/loongarch64/atomic_arch.h [new file with mode: 0644]
arch/loongarch64/bits/alltypes.h.in [new file with mode: 0644]
arch/loongarch64/bits/fenv.h [new file with mode: 0644]
arch/loongarch64/bits/float.h [new file with mode: 0644]
arch/loongarch64/bits/posix.h [new file with mode: 0644]
arch/loongarch64/bits/ptrace.h [new file with mode: 0644]
arch/loongarch64/bits/reg.h [new file with mode: 0644]
arch/loongarch64/bits/setjmp.h [new file with mode: 0644]
arch/loongarch64/bits/signal.h [new file with mode: 0644]
arch/loongarch64/bits/stat.h [new file with mode: 0644]
arch/loongarch64/bits/stdint.h [new file with mode: 0644]
arch/loongarch64/bits/syscall.h.in [new file with mode: 0644]
arch/loongarch64/bits/user.h [new file with mode: 0644]
arch/loongarch64/crt_arch.h [new file with mode: 0644]
arch/loongarch64/pthread_arch.h [new file with mode: 0644]
arch/loongarch64/reloc.h [new file with mode: 0644]
arch/loongarch64/syscall_arch.h [new file with mode: 0644]
configure
include/elf.h
src/fenv/loongarch64/fenv.S [new file with mode: 0644]
src/ldso/loongarch64/dlsym.s [new file with mode: 0644]
src/setjmp/loongarch64/longjmp.S [new file with mode: 0644]
src/setjmp/loongarch64/setjmp.S [new file with mode: 0644]
src/signal/loongarch64/restore.s [new file with mode: 0644]
src/signal/loongarch64/sigsetjmp.s [new file with mode: 0644]
src/thread/loongarch64/__set_thread_area.s [new file with mode: 0644]
src/thread/loongarch64/__unmapself.s [new file with mode: 0644]
src/thread/loongarch64/clone.s [new file with mode: 0644]
src/thread/loongarch64/syscall_cp.s [new file with mode: 0644]