Add LoongArch64 architecture support information to the README and help.c files. Co-developed-by: Youling Tang <tangyouling@xxxxxxxxxxx> Signed-off-by: Youling Tang <tangyouling@xxxxxxxxxxx> Signed-off-by: Ming Wang <wangming01@xxxxxxxxxxx> --- README | 4 ++-- help.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index cf85cf0..63ff4d6 100644 --- a/README +++ b/README @@ -37,8 +37,8 @@ These are the current prerequisites: o At this point, x86, ia64, x86_64, ppc64, ppc, arm, arm64, alpha, mips, - mips64, riscv64, s390 and s390x-based kernels are supported. Other - architectures may be addressed in the future. + mips64, loongarch64, riscv64, s390 and s390x-based kernels are supported. + Other architectures may be addressed in the future. o One size fits all -- the utility can be run on any Linux kernel version version dating back to 2.2.5-15. A primary design goal is to always diff --git a/help.c b/help.c index d5d9dd1..f3d0555 100644 --- a/help.c +++ b/help.c @@ -9561,8 +9561,8 @@ char *README[] = { " These are the current prerequisites: ", "", " o At this point, x86, ia64, x86_64, ppc64, ppc, arm, arm64, alpha, mips,", -" mips64, riscv64, s390 and s390x-based kernels are supported. Other", -" architectures may be addressed in the future.", +" mips64, loongarch64, riscv64, s390 and s390x-based kernels are supported.", +" Other architectures may be addressed in the future.", "", " o One size fits all -- the utility can be run on any Linux kernel version", " version dating back to 2.2.5-15. A primary design goal is to always", -- 2.34.1 -- Crash-utility mailing list Crash-utility@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/crash-utility Contribution Guidelines: https://github.com/crash-utility/crash/wiki