821d228
From e924f6d8a1d2245c4fa55c0f5af0fbb5e29503f2 Mon Sep 17 00:00:00 2001
821d228
From: Ming Wang <wangming01@loongson.cn>
821d228
Date: Thu, 28 Dec 2023 19:46:34 +0800
821d228
Subject: [PATCH 10/12] LoongArch64: Add LoongArch64 architecture support
821d228
 information
821d228
821d228
Add LoongArch64 architecture support information to the README and
821d228
help.c files.
821d228
821d228
Co-developed-by: Youling Tang <tangyouling@loongson.cn>
821d228
Signed-off-by: Youling Tang <tangyouling@loongson.cn>
821d228
Signed-off-by: Ming Wang <wangming01@loongson.cn>
821d228
Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
821d228
---
821d228
 README | 6 ++++--
821d228
 help.c | 6 ++++--
821d228
 2 files changed, 8 insertions(+), 4 deletions(-)
821d228
821d228
diff --git a/README b/README
821d228
index 6ecdd10aa126..80cc7b166703 100644
821d228
--- a/README
821d228
+++ b/README
821d228
@@ -37,8 +37,8 @@
821d228
   These are the current prerequisites: 
821d228
 
821d228
   o  At this point, x86, ia64, x86_64, ppc64, ppc, arm, arm64, alpha, mips,
821d228
-     mips64, riscv64, s390 and s390x-based kernels are supported.  Other
821d228
-     architectures may be addressed in the future.
821d228
+     mips64, loongarch64, riscv64, s390 and s390x-based kernels are supported.
821d228
+     Other architectures may be addressed in the future.
821d228
 
821d228
   o  One size fits all -- the utility can be run on any Linux kernel version
821d228
      version dating back to 2.2.5-15.  A primary design goal is to always
821d228
@@ -100,6 +100,8 @@
821d228
      ppc64le dumpfiles may be built by typing "make target=PPC64".
821d228
   o  On an x86_64 host, an x86_64 binary that can be used to analyze
821d228
      riscv64 dumpfiles may be built by typing "make target=RISCV64".
821d228
+  o  On an x86_64 host, an x86_64 binary that can be used to analyze
821d228
+     loongarch64 dumpfiles may be built by typing "make target=LOONGARCH64".
821d228
 
821d228
   Traditionally when vmcores are compressed via the makedumpfile(8) facility
821d228
   the libz compression library is used, and by default the crash utility
821d228
diff --git a/help.c b/help.c
821d228
index 5feb43d1d727..623b09cc3517 100644
821d228
--- a/help.c
821d228
+++ b/help.c
821d228
@@ -9559,8 +9559,8 @@ char *README[] = {
821d228
 "  These are the current prerequisites: ",
821d228
 "",
821d228
 "  o  At this point, x86, ia64, x86_64, ppc64, ppc, arm, arm64, alpha, mips,",
821d228
-"     mips64, riscv64, s390 and s390x-based kernels are supported.  Other",
821d228
-"     architectures may be addressed in the future.",
821d228
+"     mips64, loongarch64, riscv64, s390 and s390x-based kernels are supported.",
821d228
+"     Other architectures may be addressed in the future.",
821d228
 "",
821d228
 "  o  One size fits all -- the utility can be run on any Linux kernel version",
821d228
 "     version dating back to 2.2.5-15.  A primary design goal is to always",
821d228
@@ -9621,6 +9621,8 @@ README_ENTER_DIRECTORY,
821d228
 "     ppc64le dumpfiles may be built by typing \"make target=PPC64\".",
821d228
 "  o  On an x86_64 host, an x86_64 binary that can be used to analyze",
821d228
 "     riscv64 dumpfiles may be built by typing \"make target=RISCV64\".",
821d228
+"  o  On an x86_64 host, an x86_64 binary that can be used to analyze",
821d228
+"     loongarch64 dumpfiles may be built by typing \"make target=LOONGARCH64\".",
821d228
 "",
821d228
 "  Traditionally when vmcores are compressed via the makedumpfile(8) facility",
821d228
 "  the libz compression library is used, and by default the crash utility",
821d228
-- 
821d228
2.41.0
821d228