This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Delete h8300, mcore, mn10300, ns32k and v850


These all still use the end-of-life'ed frame code. They haven't built since 6.2 was released, and now 6.3 has gone by, so bye-bye.

committed,
Andrew
2004-11-13  Andrew Cagney  <cagney@gnu.org>

	* NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
	v850-*-* under removed.
	* configure.host: Delete ns32k-*-netbsd*.
	* configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
	ns32k-*-netbsd*, and v850*-*-*.
	* MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
	"Deleted"
	* config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
	* h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
	* mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
	* mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
	* config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
	* config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
	* ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
	* ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
	* v850-tdep.c: Delete.
	
Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.294
diff -p -u -r1.294 MAINTAINERS
--- MAINTAINERS	13 Nov 2004 23:20:15 -0000	1.294
+++ MAINTAINERS	14 Nov 2004 00:05:57 -0000
@@ -73,8 +73,7 @@ maintainer works with the native maintai
 	frv		--target=frv-elf ,-Werror
 			Maintenance only
 
-	h8300		--target=h8300hms broken
-			Maintenance only
+	h8300		Deleted
 
 	i386		--target=i386-elf ,-Werror
 			Mark Kettenis           kettenis@gnu.org
@@ -94,17 +93,14 @@ maintainer works with the native maintai
 	m88k		--target=m88k-openbsd ,-Werror
 			Mark Kettenis		kettenis@gnu.org
 
-	mcore		--target=mcore-elf broken
-			Maintenance only
+	mcore		Deleted
 
 	mips		--target=mips-elf ,-Werror
 			Andrew Cagney		cagney@redhat.com
 
-	mn10300		--target=mn10300-elf broken
-			Maintenance only
+	mn10300		Deleted
 
-	ns32k		--target=ns32k-netbsd broken
-			Maintenance only
+	ns32k		Deleted
 
 	pa		--target=hppa-elf ,-Werror
 			Maintenance only
@@ -122,8 +118,7 @@ maintainer works with the native maintai
 	sparc		--target=sparc-elf ,-Werror
 			Maintenance only
 
-	v850		--target=v850-elf broken
-			Maintenance only
+	v850		Deleted
 
 	vax		--target=vax-netbsd ,-Werror
 			Maintenance only
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.166
diff -p -u -r1.166 NEWS
--- NEWS	13 Nov 2004 23:10:00 -0000	1.166
+++ NEWS	14 Nov 2004 00:05:58 -0000
@@ -6,6 +6,11 @@
 * REMOVED configurations and files
 
 VxWorks and the XDR protocol			*-*-vxworks
+Renesas H8/300S					h8300*-*-*
+Motorola MCORE                                  mcore-*-*
+Matsushita MN10300 w/simulator			mn10300-*-*
+National Semiconductor NS32000			ns32k-*-*
+NEC V850					v850-*-*
 
 *** Changes in GDB 6.3:
 
Index: configure.host
===================================================================
RCS file: /cvs/src/src/gdb/configure.host,v
retrieving revision 1.86
diff -p -u -r1.86 configure.host
--- configure.host	1 Nov 2004 21:05:48 -0000	1.86
+++ configure.host	14 Nov 2004 00:05:58 -0000
@@ -106,8 +106,6 @@ mips*-*-netbsd* | mips*-*-knetbsd*-gnu)
 			gdb_host=nbsd ;;
 mips64*-*-openbsd*)	gdb_host=obsd64 ;;
 
-ns32k-*-netbsd*)	gdb_host=nbsdaout ;;
-
 powerpc-*-aix*)		gdb_host=aix ;;
 powerpc-*-linux*)	gdb_host=linux ;;
 powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.153
diff -p -u -r1.153 configure.tgt
--- configure.tgt	13 Nov 2004 23:10:00 -0000	1.153
+++ configure.tgt	14 Nov 2004 00:05:58 -0000
@@ -28,7 +28,6 @@ s390*)			gdb_target_cpu=s390 ;;
 sh*)			gdb_target_cpu=sh ;;
 strongarm*)		gdb_target_cpu=arm ;;
 xscale*)		gdb_target_cpu=arm ;;
-v850*)			gdb_target_cpu=v850 ;;
 x86_64*)		gdb_target_cpu=i386 ;;
 *)			gdb_target_cpu=$target_cpu ;;
 
@@ -71,9 +70,6 @@ cris*)                  gdb_target=cris 
 
 # OBSOLETE d10v-*-*)		gdb_target=d10v ;;
 
-h8300-*-*)		gdb_target=h8300 ;;
-
-
 frv-*-*)		gdb_target=frv ;;
 
 hppa*64*-*-hpux11*)	gdb_target=hppa64 ;;
@@ -127,8 +123,6 @@ m68*-*-uclinux*)	gdb_target=monitor ;;
 
 m88*-*-openbsd*)	gdb_target=obsd ;;
 
-mcore*-*-*)		gdb_target=mcore ;;
-
 mips*-*-pe)		gdb_target=wince ;;
 mips*-sgi-irix5*)	gdb_target=irix5 ;;
 mips*-sgi-irix6*)	gdb_target=irix6 ;;
@@ -140,10 +134,6 @@ mips*-*-netbsd* | mips*-*-knetbsd*-gnu)
 mips64*-*-openbsd*)	gdb_target=obsd64 ;;
 mips*-*-*)		gdb_target=embed ;;
 
-mn10300-*-*)		gdb_target=mn10300 ;;
-
-ns32k-*-netbsd*)	gdb_target=nbsdaout ;;
-
 powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
 			gdb_target=nbsd ;;
 powerpc-*-openbsd*)	gdb_target=obsd ;;
@@ -202,14 +192,6 @@ vax-*-netbsd* | vax-*-knetbsd*-gnu)
 vax-*-openbsd*)		gdb_target=nbsd ;;
 vax-*-*)		gdb_target=vax ;;
 
-v850*-*-*)		gdb_target=v850
-			case ${gdb_host} in
-			cygwin*)
-				CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;;
-			* ) ;;
-			esac
-			;;
-
 x86_64-*-linux*)	gdb_target=linux64
 			build_gdbserver=yes
 			;;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]