Module Name: src
Committed By: rin
Date: Thu Aug 17 07:37:36 UTC 2023
Modified Files:
src/external/gpl3/gdb/dist/bfd: configure
Log Message:
gdb/bfd: Add initial support to NetBSD-style core file for riscv
Not working yet:
----
Reading symbols from cat...
Reading symbols from /usr/libdata/debug//bin/cat.debug...
warning: Couldn't find general-purpose registers in core file.
Core was generated by `cat'.
Program terminated with signal SIGQUIT, Quit.
warning: Couldn't find general-purpose registers in core file.
#0 <unavailable> in ?? ()
(gdb)
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/gpl3/gdb/dist/bfd/configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/bfd/configure
diff -u src/external/gpl3/gdb/dist/bfd/configure:1.15 src/external/gpl3/gdb/dist/bfd/configure:1.16
--- src/external/gpl3/gdb/dist/bfd/configure:1.15 Mon Jul 31 16:59:49 2023
+++ src/external/gpl3/gdb/dist/bfd/configure Thu Aug 17 07:37:36 2023
@@ -14114,6 +14114,9 @@ if test "${target}" = "${host}"; then
ns32k-*-netbsd* | ns32k-*-openbsd*)
COREFILE=netbsd-core.lo
;;
+ riscv*-*-netbsd*)
+ COREFILE=netbsd-core.lo
+ ;;
rs6000-*-lynx*)
COREFILE=lynx-core.lo
;;