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] No more targets to obsolete


Just FYI,

	Andrew
2001-04-27  Andrew Cagney  <ac131313@redhat.com>

	* TODO: Updates to 5.1.  No more targets to obsolete.

Index: TODO
===================================================================
RCS file: /cvs/src/src/gdb/TODO,v
retrieving revision 1.80
diff -p -r1.80 TODO
*** TODO	2001/04/19 23:56:13	1.80
--- TODO	2001/04/27 15:53:39
*************** MAINTAINERS file.
*** 160,225 ****
  	o	arm-* vs NetBSD's lack of ``unix''
  	o	arm-* vs IRIX (see below)
  
- -- 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	Identify TUPPLE : CPU / HOST / TARGET
- 		combinations.
- 
- 		  TUPPLE	        CPU	 HOST	  TARGET     ZAPPED
- 		  ------		---	 ----	  ------     ------
- 		  ns32k-*-mach3*        ns32k	 ns32km3  ns32km3    yes
- 		  ns32k-umax-*		ns32k	 umax	  -	     yes
- 		  ns32k-utek-sysv*	ns32k	 merlin	  merlin     yes
- 		  ns32k-utek-*		ns32k	 -	  umax	     yes
- 		  tic80-*		tic80	 -	  tic80	     yes
- 		  m68*-isi-*		m68k	 isi	  isi        yes
- 		  m68*-sony-*		m68k	 news	  news	     yes
- 		  m68030-sony-*		m68k	 news1000 -	     yes
- 		  m68*-rom68k-*		m68k	 -	  (monitor)  yes
- 		  m68*-*bug-*		m68k	 -	  (monitor)  yes
- 		  m68*-monitor-*	m68k	 -	  (monitor)  yes
- 		  m68*-est-*		m68k	 -	  (monitor)  yes
- 		  a29k-*-*		a29k	 ultra3	  -          yes
- 		  a29k-*-sym1*		a29k	 -	  ultra3     yes
- 		  a29k-*-kern*		a29k	 -	  a29k-kern  yes
- 		  powerpcle-*-solaris*	powerpc	 solaris  solaris    yes
- 		  powerpcle-*-cygwin*	powerpc	 cygwin	  cygwin     yes
- 		  powerpc-*-netware*	powerpc  -	  ppc-nw     yes
- 		  w65-*-*		w65	 -	  w65        yes
- 		  i[3456]86-*-sunos*	i386	 sun386	  sun386     yes
- 		  mpw			m68k	 mpw	  mpw	     yes
- 		  mpw			powerpc	 mpw	  mpw	     yes
- 
- 		(DONE)
- 
- 	o	post proposals to gdb@
- 		(DONE)
- 
- 	o	post revised proposals to gdb-announce@
- 		crossed with gdb@ reply-to to gdb@
- 		(DONE)
- 
- 	o	clobber the tupple and files:
- 			configure.host
- 			configure.tgt
- 			config/CPU/*HOST*
- 			config/CPU/*TARGET*
- 			*-tdep.c *-nat.c *-xdep.c
- 
- 	o	update NEWS
- 
  --
  
  Zap still more of that nonexistant romp target.
--- 160,165 ----

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