gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] Fix libX11 causing compile failed and add LoongArch64 suppor


From: Jinyang He
Subject: [PATCH 0/2] Fix libX11 causing compile failed and add LoongArch64 support
Date: Tue, 9 Jul 2024 09:40:34 +0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]