Module Name:    src
Committed By:   rin
Date:           Mon Aug 28 03:15:41 UTC 2023

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

Log Message:
gdb/configure.nat: Slightly reduce diff from upstream. NFC


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gdb/dist/gdb/configure.nat

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.nat
diff -u src/external/gpl3/gdb/dist/gdb/configure.nat:1.10 src/external/gpl3/gdb/dist/gdb/configure.nat:1.11
--- src/external/gpl3/gdb/dist/gdb/configure.nat:1.10	Thu Aug 17 07:47:07 2023
+++ src/external/gpl3/gdb/dist/gdb/configure.nat	Mon Aug 28 03:15:40 2023
@@ -68,8 +68,8 @@ case ${gdb_host} in
 	LOADLIBES='-lkvm'
 	;;
     nbsd*)
-	NATDEPFILES='fork-child.o nat/fork-inferior.o inf-ptrace.o \
-	    nat/netbsd-nat.o bsd-kvm.o'
+	NATDEPFILES='fork-child.o nat/fork-inferior.o nat/netbsd-nat.o \
+	    inf-ptrace.o bsd-kvm.o'
 	LOADLIBES='-lkvm'
 	HAVE_NATIVE_GCORE_HOST=1
 	;;
@@ -406,8 +406,7 @@ case ${gdb_host} in
 	    i386)
 		# Host: NetBSD/amd64
 		NATDEPFILES="${NATDEPFILES} amd64-nat.o x86-nat.o \
-		nat/x86-dregs.o x86-bsd-nat.o amd64-bsd-nat.o \
-		amd64-netbsd-nat.o"
+		nat/x86-dregs.o x86-bsd-nat.o amd64-bsd-nat.o amd64-netbsd-nat.o"
 		;;
 	    sparc)
 		# Host: NetBSD/sparc64

Reply via email to