YANG Xudong

Results 15 issues of YANG Xudong

Make it possible to build abilist file that includes loongarch64 support. Also, fix zig compilation error on zig 0.11.

Got `FileNotFoundError: [Errno 2] No such file or directory` error when trying to create a PV and mount it.

To add support for loongarch64, add system call numbers first. It comes from https://github.com/yxd-ym/zig-bootstrap/pull/1.

system: OS: loongarchlinux GCC: ``` $ gcc --version gcc (GCC) 13.2.1 20230906 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There...

It seems that the result is the same as https://github.com/ziglang/zig-bootstrap/issues/164 I'm working on [this patch](https://github.com/yxd-ym/zig-bootstrap/pull/1/files) to try to make it work. system: OS: loongarchlinux GCC: ``` $ gcc --version gcc...

See: https://github.com/loongson/la-abi-specs/blob/release/laelf.adoc

See: https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html#_program_interpreter_path

See: https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html#c-lang-data-model

See: https://github.com/ziglang/zig/blob/179a6e61e8be2e5736e9cab9661f04269907247c/lib/libc/include/loongarch-linux-any/asm/signal.h#L8-L9

Adopt some patches from https://github.com/yxd-ym/zig-bootstrap/pull/1 .