Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb Part of PR port-powerpc/56899



details:   https://anonhg.NetBSD.org/src/rev/b66c9bd7cb0f
branches:  trunk
changeset: 368151:b66c9bd7cb0f
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Jun 26 05:44:28 2022 +0000

description:
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).

diffstat:

 external/gpl3/gdb/dist/gdb/configure.tgt |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 66f985c347ab -r b66c9bd7cb0f external/gpl3/gdb/dist/gdb/configure.tgt
--- a/external/gpl3/gdb/dist/gdb/configure.tgt  Sun Jun 26 05:16:22 2022 +0000
+++ b/external/gpl3/gdb/dist/gdb/configure.tgt  Sun Jun 26 05:44:28 2022 +0000
@@ -786,6 +786,7 @@
                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 ;;



Home | Main Index | Thread Index | Old Index