Module Name:    src
Committed By:   christos
Date:           Mon Aug  7 16:51:24 UTC 2023

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

Log Message:
Add missing i386 tdeps


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 src/external/gpl3/gdb/dist/gdb/configure.tgt:1.29
--- src/external/gpl3/gdb/dist/gdb/configure.tgt:1.28	Mon Jul 31 13:00:49 2023
+++ src/external/gpl3/gdb/dist/gdb/configure.tgt	Mon Aug  7 12:51:24 2023
@@ -729,7 +729,8 @@ x86_64-*-mingw* | x86_64-*-cygwin*)
         ;;
 x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
 	# Target: NetBSD/amd64
-	gdb_target_obs="amd64-netbsd-tdep.o ${i386_tobjs}"
+	gdb_target_obs="amd64-netbsd-tdep.o ${i386_tobjs}
+			i386-bsd-tdep.o i386-netbsd-tdep.o"
 	;;
 x86_64-*-openbsd*)
 	# Target: OpenBSD/amd64

Reply via email to