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] Delete tic80 target


I've checked (sob) in (wail) the attat(sob, ...
2001-12-01  Andrew Cagney  <ac131313@redhat.com>

	* NEWS: Mention deleted tic80-*-*.
	* configure.tgt: Delete tic80-*-*.
	* Makefile.in (tic80-tdep.o): Delete.
	* config/tic80/tic80.mt: Delete.
	* config/tic80/tm-tic80.h: Delete.
	* tic80-tdep.c: Delete.
	* MAINTAINERS: Note that tic80 was deleted.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.131
diff -p -r1.131 Makefile.in
*** Makefile.in	2001/11/30 02:14:08	1.131
--- Makefile.in	2001/12/01 19:08:12
*************** linespec.o: linespec.c $(linespec_h) $(d
*** 2088,2095 ****
  	$(objfiles_h) $(symfile_h) $(completer_h) $(symtab_h) \
  	$(demangle_h) $(command_h) $(cp_abi_h)
  
- tic80-tdep.o: tic80-tdep.c $(defs_h) $(regcache_h)
- 
  target.o: target.c $(bfd_h) $(defs_h) $(gdbcmd_h) $(inferior_h) \
  	$(objfiles_h) $(symfile_h) $(target_h) $(gdb_string_h) $(regcache_h)
  
--- 2088,2093 ----
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.38
diff -p -r1.38 NEWS
*** NEWS	2001/11/27 04:15:09	1.38
--- NEWS	2001/12/01 19:08:14
***************
*** 7,12 ****
--- 7,16 ----
  
  x86 OpenBSD					i[3456]86-*-openbsd*
  
+ * REMOVED configurations and files
+ 
+ TI TMS320C80					tic80-*-*
+ 
  * Changes to command line processing
  
  The new `--args' feature can be used to specify command-line arguments
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.36
diff -p -r1.36 configure.tgt
*** configure.tgt	2001/11/23 23:01:53	1.36
--- configure.tgt	2001/12/01 19:08:14
*************** sparc86x-*-*)		gdb_target=sparclite ;;
*** 296,304 ****
  sparc64-*-linux*)	gdb_target=sp64linux ;;
  sparc64-*-*)		gdb_target=sp64 ;;
  
- # OBSOLETE tic80-*-*)		gdb_target=tic80
- # OBSOLETE			configdirs="${configdirs} gdbserver" ;;
- 
  vax-*-*)		gdb_target=vax ;;
  
  fr30-*-*)		gdb_target=fr30
--- 296,301 ----

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