This add LoongArch64 support. Some docs as follow, [LoongArch psABI] https://github.com/loongson/la-abi-specs/blob/release/laelf.adoc [LoongArch ISA] https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html
Jinyang He (2): Fix libX11 early init causing mmap layout changed Add LoongArch64 basic support gcl/configure.in | 4 ++ gcl/h/elf64_loongarch64_reloc.h | 93 +++++++++++++++++++++++++ gcl/h/elf64_loongarch64_reloc_special.h | 70 +++++++++++++++++++ gcl/h/loongarch64-linux.h | 27 +++++++ gcl/h/unrandomize.h | 16 +++++ gcl/o/alloc.c | 10 +++ gcl/o/main.c | 2 + 7 files changed, 222 insertions(+) create mode 100644 gcl/h/elf64_loongarch64_reloc.h create mode 100644 gcl/h/elf64_loongarch64_reloc_special.h create mode 100644 gcl/h/loongarch64-linux.h -- 2.45.2