Module Name:    src
Committed By:   christos
Date:           Fri Nov 22 01:49:20 UTC 2019

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

Log Message:
add missing files for 32 bit debugging on 64 bit host.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/external/gpl3/gdb/dist/gdb/configure.tgt:1.24
--- src/external/gpl3/gdb/dist/gdb/configure.tgt:1.23	Fri Jul 12 18:44:11 2019
+++ src/external/gpl3/gdb/dist/gdb/configure.tgt	Thu Nov 21 20:49:20 2019
@@ -771,7 +771,8 @@ x86_64-*-mingw* | x86_64-*-cygwin*)
         ;;
 x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
 	# Target: NetBSD/amd64
-	gdb_target_obs="amd64-nbsd-tdep.o ${i386_tobjs}"
+	gdb_target_obs="amd64-nbsd-tdep.o ${i386_tobjs} \
+			i386-bsd-tdep.o i386-nbsd-tdep.o"
 	;;
 x86_64-*-openbsd*)
 	# Target: OpenBSD/amd64

Reply via email to