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]

[5.1] Add list of targets currently being obsoleted


Along with a checklist so I (or someone else) hopefully gets it right. 
If the checklist has bugs, please fix.

The announcements will trickle out over comming days (gdb-announce is
ment to be low bandwidth).  Once the announcement has gone out and
people have been given a chance to respond, I'm going to declare the
actual change an ``obvious fix'' :-)

	enjoy,
		Andrew
2001-03-15  Andrew Cagney  <ac131313@redhat.com>

	* MAINTAINERS: Fix typo - w65 not w64.  Still doesn't build.
	* TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.82
diff -p -r1.82 MAINTAINERS
*** MAINTAINERS	2001/03/14 22:05:34	1.82
--- MAINTAINERS	2001/03/15 16:55:13
*************** maintainer works with the native maintai
*** 141,147 ****
  	vax		--target=vax-dec-vms5.5 ,-Werror
  			Maintenance only
  
! 	w65		(--target=w64 broken)
  			Maintenance only
  
  	z8k		(--target=z8k-coff broken)
--- 141,147 ----
  	vax		--target=vax-dec-vms5.5 ,-Werror
  			Maintenance only
  
! 	w65		(--target=w65 broken)
  			Maintenance only
  
  	z8k		(--target=z8k-coff broken)
Index: TODO
===================================================================
RCS file: /cvs/src/src/gdb/TODO,v
retrieving revision 1.65
diff -p -r1.65 TODO
*** TODO	2001/03/14 22:05:34	1.65
--- TODO	2001/03/15 16:55:26
*************** The following code cleanups will hopeful
*** 154,168 ****
  
  -- 2001-03-14
  
! Resolve the status of all broken targets as identified by the MAINTAINERS
! file.
  
  	o	arm-* vs NetBSD's lack of ``unix''
  	o	arm-* vs IRIX (see below)
  
- 	o	delete TiC80
- 
  	o	delete m88k?
  
  --
  
--- 154,207 ----
  
  -- 2001-03-14
  
! Resolve the build status of all broken targets as identified by the
! MAINTAINERS file.
  
  	o	arm-* vs NetBSD's lack of ``unix''
  	o	arm-* vs IRIX (see below)
  
  	o	delete m88k?
+ 
+ -- 2001-03-15
+ 
+ 			Obsolete some targets.
+ 
+ Possible selection criteria are:
+ 
+ 	o	uses a deprecated feature
+ 
+ 	o	doesn't build
+ 
+ 	o	doesn't have a maintainer
+ 
+ Steps:		   
+ 	  
+ 	o	post proposals to gdb@ (DONE)
+ 
+ 	o	post announcement to gdb-announce@
+ 		crossed with gdb@ reply-to to gdb@
+ 		(DONE)
+ 
+ 	                ns32k-*-mach3*
+         	        ns32k-umax-*
+                 	ns32k-utek-sysv*
+ 		        tic80-*
+ 			m68*-isi-*
+ 			m68*-sony-*
+ 			a29k-ultra3
+ 			powerpcle-*-solaris*
+ 			powerpcle-*-cygwin*
+ 		        w65-*-*
+ 			i[3456]86-*-sunos*
+ 
+ 	o	clobber the files:
+ 
+ 			configure.{in,host,tgt}
+ 			Makefile.in
+ 			*-tdep.c *-nat.c *-xdep.c
+ 			configure/*/*
+ 
+ 	o	update NEWS
  
  --
  

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