Module Name:    src
Committed By:   rin
Date:           Sun Jun 26 05:44:28 UTC 2022

Modified Files:
        src/external/gpl3/gdb/dist/gdb: configure.tgt

Log Message:
Part of PR port-powerpc/56899

Set default OS ABI to NetBSD when target is *-*-netbsd*.

This fixes default behaviors of GDB when no executable is loaded
(== OS ABI is not determined yet).


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/external/gpl3/gdb/dist/gdb/configure.tgt

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/gdb/configure.tgt
diff -u src/external/gpl3/gdb/dist/gdb/configure.tgt:1.25 src/external/gpl3/gdb/dist/gdb/configure.tgt:1.26
--- src/external/gpl3/gdb/dist/gdb/configure.tgt:1.25	Tue Sep 15 02:05:18 2020
+++ src/external/gpl3/gdb/dist/gdb/configure.tgt	Sun Jun 26 05:44:28 2022
@@ -786,6 +786,7 @@ case "${targ}" in
 		gdb_osabi=GDB_OSABI_FREEBSD ;;
 *-*-linux* | *-*-uclinux*)
 		gdb_osabi=GDB_OSABI_LINUX ;;
+*-*-netbsd*)	gdb_osabi=GDB_OSABI_NETBSD ;;
 *-*-nto*)	gdb_osabi=GDB_OSABI_QNXNTO ;;
 m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
 *-*-openbsd*)	gdb_osabi=GDB_OSABI_OPENBSD ;;

Reply via email to