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] No need to list long-ago deleted architectures


The MAINTAINERS file contained a growing list of long-ago-deleted architectures. No need to list them indefinitly.

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

	* MAINTAINERS: Do not list "Deleted" architectures.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.293
diff -p -u -r1.293 MAINTAINERS
--- MAINTAINERS	12 Nov 2004 19:22:07 -0000	1.293
+++ MAINTAINERS	13 Nov 2004 23:19:03 -0000
@@ -55,13 +55,9 @@ variants.  *-tdep.c. The Target/Architec
 host maintainer when resolving build issues.  The Target/Architecture
 maintainer works with the native maintainer when resolving API issues.
 
-	a29k		Deleted.
-
 	alpha		--target=alpha-elf ,-Werror
 			Maintenance only
 
-	arc		Deleted.
-
 	arm		--target=arm-elf ,-Werror
 			Scott Bambrough		scottb@netwinder.org
 			Richard Earnshaw	rearnsha@arm.com
@@ -74,23 +70,15 @@ maintainer works with the native maintai
 
 	d10v		OBSOLETE
 
-	d30v		Deleted.
-
-	fr30		Deleted.
-
 	frv		--target=frv-elf ,-Werror
 			Maintenance only
 
 	h8300		--target=h8300hms broken
 			Maintenance only
 
-	h8500		Deleted.
-
 	i386		--target=i386-elf ,-Werror
 			Mark Kettenis           kettenis@gnu.org
 
-	i960		Deleted.
-
 	ia64		--target=ia64-linux-gnu ,-Werror
 			(--target=ia64-elf broken)
 			Kevin Buettner		kevinb@redhat.com
@@ -112,8 +100,6 @@ maintainer works with the native maintai
 	mips		--target=mips-elf ,-Werror
 			Andrew Cagney		cagney@redhat.com
 
-	mn10200		Deleted.
-
 	mn10300		--target=mn10300-elf broken
 			Maintenance only
 
@@ -136,24 +122,18 @@ maintainer works with the native maintai
 	sparc		--target=sparc-elf ,-Werror
 			Maintenance only
 
-	tic80		Deleted.
-
 	v850		--target=v850-elf broken
 			Maintenance only
 
 	vax		--target=vax-netbsd ,-Werror
 			Maintenance only
 
-	w65		Deleted.
-
 	x86-64		--target=x86_64-linux-gnu ,-Werror
 			Maintenance only
 
 	xstormy16	--target=xstormy16-elf
 			Corinna Vinschen	vinschen@redhat.com
 
-	z8k		Deleted.
-
 All developers recognized by this file can make arbitrary changes to
 OBSOLETE targets.
 

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