[PATCH v2 0/1] Add LoongArch64 support for D frontend

2023-09-24 Thread Zixing Liu
/eb84b8a2bc86aa751ad6f472422e8abad63ff500 . * Removed D_LP32 and D_LP64 bits. Since LoongArch ABIs are somewhat complicated, we may introduce the ABI information in the form of target traits in the future. Zixing Liu (1): gcc/config.gcc | 1 + gcc/config/loongarch/loongarch-d.cc| 77

[PATCH v2 1/1] gcc/d: add LoongArch64 support for D frontend

2023-09-24 Thread Zixing Liu
: Regenerate. * libdruntime/gcc/sections/elf.d: add TLS_DTV_OFFSET constant for LoongArch64. * libdruntime/gcc/unwind/generic.d: add __aligned__ constant for LoongArch64. * libdruntime/Makefile.in: Regenerate. Signed-off-by: Zixing Liu --- gcc/config.gcc