wanghongliang and Rich Felker
8d9d266573
loongarch64: add new syscall numbers
2024-02-29 17:33:45 -05:00
wanghongliang and Rich Felker
13cd64af31
loongarch64: remove ptrace.h macros
2024-02-29 17:30:11 -05:00
wanghongliang and Rich Felker
80e3b09823
loongarch64 __clone: align stack pointer mod 16
...
According to LoongArch ABI Specs, stack need to be 16 align to improve
performance and compiler layout of stack frames.
2024-02-26 15:23:01 -05:00
Hongliang Wang and Rich Felker
ec325b3828
add loongarch64 user.h structs; adjust elf_fpreg_t and ELF_NFPREG
...
user_regs_struct and user_fp_struct were missing from the initial
commit of the port.
the union type for elf_fpreg_t and the new value of ELF_NFPREG are
made consistent with glibc.
2024-02-26 15:22:58 -05:00
wanghongliang and Rich Felker
f2c9350543
add loongarch64 signal.h register index macros
2024-02-26 15:22:54 -05:00
Hongliang Wang and Rich Felker
522bd54eda
add loongarch64 port
...
Author: Xiaojuan Zhai <[email protected] >
Author: Meidan Li <[email protected] >
Author: Guoqi Chen <[email protected] >
Author: Xiaolin Zhao <[email protected] >
Author: Fan peng <[email protected] >
Author: Jiantao Shan <[email protected] >
Author: Xuhui Qiang <[email protected] >
Author: Jingyun Hua <[email protected] >
Author: Liu xue <[email protected] >
Author: Hongliang Wang <[email protected] >
2024-02-16 09:33:10 -05:00