Module Name:    src
Committed By:   rin
Date:           Thu Aug 17 07:47:07 UTC 2023

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

Log Message:
gdb/bfd: Drop duplicate entries for source files, lost during merge

No functional changes intended.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gdb/dist/gdb/configure.nat
cvs rdiff -u -r1.31 -r1.32 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.nat
diff -u src/external/gpl3/gdb/dist/gdb/configure.nat:1.9 src/external/gpl3/gdb/dist/gdb/configure.nat:1.10
--- src/external/gpl3/gdb/dist/gdb/configure.nat:1.9	Mon Aug 14 20:42:27 2023
+++ src/external/gpl3/gdb/dist/gdb/configure.nat	Thu Aug 17 07:47:07 2023
@@ -362,7 +362,7 @@ case ${gdb_host} in
 		;;
 	    i386)
 		# Host: NetBSD/i386 ELF
-		NATDEPFILES="${NATDEPFILES} netbsd-nat.o x86-nat.o \
+		NATDEPFILES="${NATDEPFILES} x86-nat.o \
 		nat/x86-dregs.o \
 		x86-bsd-nat.o i386-bsd-nat.o i386-netbsd-nat.o"
 		;;
@@ -376,7 +376,7 @@ case ${gdb_host} in
 		;;
 	    pa)
 		# Host: NetBSD/hppa
-		NATDEPFILES="${NATDEPFILES} netbsd-nat.o hppa-netbsd-nat.o"
+		NATDEPFILES="${NATDEPFILES} hppa-netbsd-nat.o"
 		;;
 	    powerpc)
 		# Host: NetBSD/powerpc
@@ -405,8 +405,8 @@ case ${gdb_host} in
 	case ${gdb_host_cpu} in
 	    i386)
 		# Host: NetBSD/amd64
-		NATDEPFILES="${NATDEPFILES} netbsd-nat.o amd64-nat.o \
-		x86-nat.o nat/x86-dregs.o x86-bsd-nat.o amd64-bsd-nat.o \
+		NATDEPFILES="${NATDEPFILES} amd64-nat.o x86-nat.o \
+		nat/x86-dregs.o x86-bsd-nat.o amd64-bsd-nat.o \
 		amd64-netbsd-nat.o"
 		;;
 	    sparc)

Index: src/external/gpl3/gdb/dist/gdb/configure.tgt
diff -u src/external/gpl3/gdb/dist/gdb/configure.tgt:1.31 src/external/gpl3/gdb/dist/gdb/configure.tgt:1.32
--- src/external/gpl3/gdb/dist/gdb/configure.tgt:1.31	Thu Aug 17 07:45:11 2023
+++ src/external/gpl3/gdb/dist/gdb/configure.tgt	Thu Aug 17 07:47:07 2023
@@ -269,7 +269,7 @@ hppa*-*-linux*)
 	;;
 hppa*-*-netbsd*)
 	# Target: NetBSD/hppa
-	gdb_target_obs="hppa-bsd-tdep.o hppa-netbsd-tdep.o solib-svr4.o"
+	gdb_target_obs="hppa-bsd-tdep.o hppa-netbsd-tdep.o"
 	;;
 hppa*-*-openbsd*)
 	# Target: OpenBSD/hppa

Reply via email to