Skip to content

Commit

Permalink
LoongArch64: Add LoongArch64 architecture support information
Browse files Browse the repository at this point in the history
Add LoongArch64 architecture support information to the README and
help.c files.

Co-developed-by: Youling Tang <[email protected]>
Signed-off-by: Youling Tang <[email protected]>
Signed-off-by: Ming Wang <[email protected]>
  • Loading branch information
Ming Wang authored and k-hagio committed Jan 26, 2024
1 parent c3939d2 commit e924f6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -100,6 +100,8 @@
ppc64le dumpfiles may be built by typing "make target=PPC64".
o On an x86_64 host, an x86_64 binary that can be used to analyze
riscv64 dumpfiles may be built by typing "make target=RISCV64".
o On an x86_64 host, an x86_64 binary that can be used to analyze
loongarch64 dumpfiles may be built by typing "make target=LOONGARCH64".

Traditionally when vmcores are compressed via the makedumpfile(8) facility
the libz compression library is used, and by default the crash utility
Expand Down
6 changes: 4 additions & 2 deletions help.c
Original file line number Diff line number Diff line change
Expand Up @@ -9559,8 +9559,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",
Expand Down Expand Up @@ -9621,6 +9621,8 @@ README_ENTER_DIRECTORY,
" ppc64le dumpfiles may be built by typing \"make target=PPC64\".",
" o On an x86_64 host, an x86_64 binary that can be used to analyze",
" riscv64 dumpfiles may be built by typing \"make target=RISCV64\".",
" o On an x86_64 host, an x86_64 binary that can be used to analyze",
" loongarch64 dumpfiles may be built by typing \"make target=LOONGARCH64\".",
"",
" Traditionally when vmcores are compressed via the makedumpfile(8) facility",
" the libz compression library is used, and by default the crash utility",
Expand Down

0 comments on commit e924f6d

Please sign in to comment.