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]

[patch] zap w65-*-*


More of the same.
2001-12-01  Andrew Cagney  <ac131313@redhat.com>
 
	* NEWS, MAINTAINERS: Note that w65-*-* was deleted.
	* configure.tgt: Delete w65-*-*.
	* Makefile.in (w65-tdep.o): Delete.
	* config/w65/tm-w65.h: Delete file.
	* config/w65/w65.mt: Delete file.
	* w65-tdep.c: Delete file.
	
Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.126
diff -p -r1.126 MAINTAINERS
*** MAINTAINERS	2001/12/01 19:17:56	1.126
--- MAINTAINERS	2001/12/01 19:26:09
*************** maintainer works with the native maintai
*** 148,155 ****
  	vax		--target=vax-dec-vms5.5 ,-Werror
  			Maintenance only
  
! 	w65		(--target=w65 broken)
! 			Maintenance only
  
  	z8k		(--target=z8k-coff broken)
  			Known problem in 5.1
--- 148,154 ----
  	vax		--target=vax-dec-vms5.5 ,-Werror
  			Maintenance only
  
! 	w65		Deleted.
  
  	z8k		(--target=z8k-coff broken)
  			Known problem in 5.1
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.132
diff -p -r1.132 Makefile.in
*** Makefile.in	2001/12/01 19:10:00	1.132
--- Makefile.in	2001/12/01 19:26:10
*************** values.o: values.c $(defs_h) $(expressio
*** 2135,2142 ****
  
  vax-tdep.o: vax-tdep.c $(OP_INCLUDE)/vax.h $(defs_h) $(symtab_h)
  
- w65-tdep.o : w65-tdep.c $(gdbcore_h) $(regcache_h)
- 
  x86-64-linux-tdep.o : x86-64-linux-tdep.c $(defs_h) $(inferior_h) \
  	$(gdbcore_h) $(regcache_h) x86-64-tdep.h i386-tdep.h
  
--- 2135,2140 ----
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.39
diff -p -r1.39 NEWS
*** NEWS	2001/12/01 19:10:00	1.39
--- NEWS	2001/12/01 19:26:12
*************** x86 OpenBSD					i[3456]86-*-openbsd*
*** 10,15 ****
--- 10,16 ----
  * REMOVED configurations and files
  
  TI TMS320C80					tic80-*-*
+ WDC 65816					w65-*-*
  
  * Changes to command line processing
  
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.37
diff -p -r1.37 configure.tgt
*** configure.tgt	2001/12/01 19:10:00	1.37
--- configure.tgt	2001/12/01 19:26:14
*************** v850*-*-*)		gdb_target=v850
*** 309,316 ****
  			esac
  			;;
  
- # OBSOLETE w65-*-*)		gdb_target=w65 ;;
- 
  z8k-*-coff*)		gdb_target=z8k ;;
  
  esac
--- 309,314 ----

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