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 sun i386i host and target


Sigh, ....
2001-12-01  Andrew Cagney  <ac131313@redhat.com>

	* NEWS: Note that i[3456]86-*-sunos* was deleted.
	* Makefile.in (sun386-nat.o): Delete.
	* configure.tgt: Delete i[3456]86-*-sunos* target.
	* configure.host: Delete i[3456]86-*-sunos* host.
	* sun386-nat.c: Delete.file.
	* config/i386/nm-sun386.h: Delete file.
	* config/i386/sun386.mh: Delete file.
	* config/i386/sun386.mt: Delete file.
	* config/i386/tm-sun386.h: Delete file.
	* config/i386/xm-sun386.h: Delete file.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.134
diff -p -r1.134 Makefile.in
*** Makefile.in	2001/12/01 22:02:02	1.134
--- Makefile.in	2001/12/01 22:13:26
*************** ax-gdb.o: ax-gdb.c $(defs_h) $(symtab_h)
*** 2062,2069 ****
  
  sun3-nat.o: sun3-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(regcache_h)
  
- # OBSOLETE sun386-nat.o: sun386-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(regcache_h)
- 
  symfile.o: symfile.c $(breakpoint_h) $(complaints_h) $(defs_h) \
  	$(expression_h) $(gdb_stabs_h) $(gdbcmd_h) $(gdbcore_h) \
  	$(gdbtypes_h) $(language_h) $(objfiles_h) $(symfile_h) $(symtab_h) \
--- 2062,2067 ----
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.43
diff -p -r1.43 NEWS
*** NEWS	2001/12/01 22:02:02	1.43
--- NEWS	2001/12/01 22:13:28
*************** PowerPC Netware					powerpc-*-netware*
*** 17,22 ****
--- 17,23 ----
  Harris/CXUX m88k				m88*-harris-cxux*
  Most ns32k hosts and targets			ns32k-*-mach3* ns32k-umax-*
  						ns32k-utek-sysv* ns32k-utek-*
+ SunOS 4.0.Xi on i386				i[3456]86-*-sunos*
  
  * Changes to command line processing
  
Index: configure.host
===================================================================
RCS file: /cvs/src/src/gdb/configure.host,v
retrieving revision 1.27
diff -p -r1.27 configure.host
*** configure.host	2001/12/01 22:02:02	1.27
--- configure.host	2001/12/01 22:13:28
*************** i[3456]86-*-sco3.2v5*)	gdb_host=i386sco5
*** 71,77 ****
  i[3456]86-*-sco3.2v4*)	gdb_host=i386sco4 ;;
  i[3456]86-*-sco*)	gdb_host=i386sco ;;
  i[3456]86-*-solaris*)	gdb_host=i386sol2 ;;
- # OBSOLETE i[3456]86-*-sunos*)	gdb_host=sun386 ;;
  i[3456]86-*-sysv3.2*)	gdb_host=i386v32 ;;
  i[3456]86-*-sysv32*)	gdb_host=i386v32 ;;
  i[3456]86-*-sysv4.2*)	gdb_host=i386v42mp ;;
--- 71,76 ----
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.41
diff -p -r1.41 configure.tgt
*** configure.tgt	2001/12/01 22:02:02	1.41
--- configure.tgt	2001/12/01 22:13:28
*************** i[3456]86-*-lynxos*)	gdb_target=i386lynx
*** 105,111 ****
  		configdirs="${configdirs} gdbserver" ;;
  i[3456]86-*-openbsd*)	gdb_target=obsd ;;
  i[3456]86-*-solaris*)	gdb_target=i386sol2 ;;
- # OBSOLETE i[3456]86-*-sunos*)	gdb_target=sun386 ;;
  i[3456]86-*-sysv4.2*)	gdb_target=i386v42mp ;;
  i[3456]86-*-sysv4*)	gdb_target=i386v4 ;;
  i[3456]86-*-sysv5*)	gdb_target=i386v42mp ;;
--- 105,110 ----

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