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 m68k sony news and ISI platforms


Zap zap ...
2001-12-01  Andrew Cagney  <ac131313@redhat.com>

	* Makefile.in (tm-news.h, tm-isi.h, xm-news1000.h): Delete.
	(ALLDEPFILES): Delete news-xdep.c.
	(news-xdep.o): Delete.
	(isi-xdep.o): Delete.
	* configure.tgt: Delete m68*-isi-*, m68*-sony-*, m68*-rom68k-*,
	m68*-*bug-*, m68*-monitor-* and m68*-est-* targets.
	* configure.host: Delete m68030-sony-*, m68*-isi-* and m68*-sony-*
	Hosts.
	* m68k-tdep.c (isi_skip_prologue): Delete function.
	* news-xdep.c: Delete file.
	* isi-xdep.c: Delete file.
	* config/m68k/isi.mh: Delete file.
	* config/m68k/isi.mt: Delete file.
	* config/m68k/news.mh: Delete file.
	* config/m68k/news.mt: Delete file.
	* config/m68k/news1000.mh: Delete file.
	* config/m68k/nm-news.h: Delete file.
	* config/m68k/tm-isi.h: Delete file.
	* config/m68k/tm-news.h: Delete file.
	* config/m68k/xm-isi.h: Delete file.
	* config/m68k/xm-news.h: Delete file.
	* config/m68k/xm-news1000.h: Delete file.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.135
diff -p -r1.135 Makefile.in
*** Makefile.in	2001/12/01 22:19:30	1.135
--- Makefile.in	2001/12/01 23:04:33
*************** gdb1$(EXEEXT): gdb$(EXEEXT)
*** 927,936 ****
  # But these rules don't do what we want; we want to hack the foo.o: tm.h
  # dependency to do the right thing.
  tm-sun3.h tm-hp300bsd.h tm-altos.h: tm-m68k.h
- # OBSOLETE tm-news.h: tm-m68k.h
- # OBSOLETE tm-isi.h: tm-m68k.h
  tm-hp300hpux.h tm-sun2.h tm-3b1.h: tm-m68k.h
- # OBSOLETE xm-news1000.h: xm-news.h
  xm-i386-sv32.h: xm-i386.h
  tm-i386gas.h: tm-i386.h
  xm-sun4os4.h: xm-sparc.h
--- 927,933 ----
*************** ALLDEPFILES = 29k-share/udi/udip2soc.c 2
*** 1197,1203 ****
  	mcore-tdep.c \
  	mips-linux-nat.c mips-linux-tdep.c \
  	mips-nat.c \
! 	mips-tdep.c mipsm3-nat.c mipsv4-nat.c news-xdep.c \
  	nindy-share/Onindy.c nindy-share/nindy.c \
  	nindy-share/ttyflush.c nindy-tdep.c \
  	ns32k-tdep.c solib-osf.c \
--- 1194,1200 ----
  	mcore-tdep.c \
  	mips-linux-nat.c mips-linux-tdep.c \
  	mips-nat.c \
! 	mips-tdep.c mipsm3-nat.c mipsv4-nat.c \
  	nindy-share/Onindy.c nindy-share/nindy.c \
  	nindy-share/ttyflush.c nindy-tdep.c \
  	ns32k-tdep.c solib-osf.c \
*************** irix5-nat.o: irix5-nat.c $(defs_h) $(inf
*** 1628,1635 ****
  	$(symtab_h) $(symfile_h) $(objfiles_h) $(command_h) $(frame_h) \
  	gdb_regex.h $(language_h) $(gdb_string_h) $(regcache_h)
  
- # OBSOLETE isi-xdep.o: isi-xdep.c
- 
  jv-lang.o: jv-lang.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
  	$(expression_h) $(parser_defs_h) $(language_h) $(symfile_h) \
  	$(objfiles_h) $(gdb_string_h) $(value_h) c-lang.h jv-lang.h \
--- 1625,1630 ----
*************** mn10300-tdep.o: mn10300-tdep.c $(defs_h)
*** 1754,1761 ****
  monitor.o: monitor.c $(monitor_h) $(bfd_h) $(defs_h) $(gdbcmd_h) \
  	$(inferior_h) $(target_h) $(serial_h) $(terminal_h) $(gdb_string_h) \
  	$(regcache_h)
- 
- news-xdep.o: news-xdep.c
  
  Onindy.o: nindy-share/Onindy.c gdb_wait.h nindy-share/block_io.h \
  	nindy-share/env.h
--- 1749,1754 ----
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.45
diff -p -r1.45 NEWS
*** NEWS	2001/12/01 22:34:11	1.45
--- NEWS	2001/12/01 23:04:35
*************** Most ns32k hosts and targets			ns32k-*-m
*** 19,24 ****
--- 19,26 ----
  						ns32k-utek-sysv* ns32k-utek-*
  SunOS 4.0.Xi on i386				i[3456]86-*-sunos*
  Ultracomputer (29K) running Sym1		a29k-nyu-sym1 a29k-*-kern*
+ Sony NEWS (68K) running NEWSOS 3.x		m68*-sony-sysv news
+ ISI Optimum V (3.05) under 4.3bsd.		m68*-isi-*
  
  * Changes to command line processing
  
Index: configure.host
===================================================================
RCS file: /cvs/src/src/gdb/configure.host,v
retrieving revision 1.29
diff -p -r1.29 configure.host
*** configure.host	2001/12/01 22:34:11	1.29
--- configure.host	2001/12/01 23:04:35
*************** ia64-*-linux*)		gdb_host=linux ;;
*** 85,91 ****
  
  m680[01]0-sun-sunos3*)	gdb_host=sun2os3 ;;
  m680[01]0-sun-sunos4*)	gdb_host=sun2os4 ;;
- # OBSOLETE m68030-sony-*)		gdb_host=news1000 ;;
  
  m68*-apollo*-sysv*)	gdb_host=apollo68v ;;
  m68*-apollo*-bsd*)	gdb_host=apollo68b ;;
--- 85,90 ----
*************** m68*-att-*)		gdb_host=3b1 ;;
*** 93,105 ****
  m68*-bull*-sysv*)	gdb_host=dpx2 ;;
  m68*-hp-bsd*)		gdb_host=hp300bsd ;;
  m68*-hp-hpux*)		gdb_host=hp300hpux ;;
- # OBSOLETE m68*-isi-*)		gdb_host=isi ;;
  m68*-*-linux*)		gdb_host=linux ;;
  m68*-*-lynxos*)		gdb_host=m68klynx ;;
  m68*-*-netbsd*)		gdb_host=nbsd ;;
  m68*-*-sysv4*)		gdb_host=m68kv4 ;;
  m68*-motorola-*)	gdb_host=delta68 ;;
- # OBSOLETE m68*-sony-*)		gdb_host=news ;;
  m68*-sun-sunos3*)	gdb_host=sun3os3 ;;
  m68*-sun-sunos4*)	gdb_host=sun3os4 ;;
  m68*-sun-*)		gdb_host=sun3os4 ;;
--- 92,102 ----
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.43
diff -p -r1.43 configure.tgt
*** configure.tgt	2001/12/01 22:34:11	1.43
--- configure.tgt	2001/12/01 23:04:36
*************** m68*-hp-hpux*)		gdb_target=hp300hpux ;;
*** 151,165 ****
  m68*-att-*)		gdb_target=3b1 ;;
  m68*-cisco*-*)		gdb_target=cisco ;;
  m68*-ericsson-*)	gdb_target=es1800 ;;
- # OBSOLETE m68*-isi-*)		gdb_target=isi ;;
  m68*-motorola-*)	gdb_target=delta68 ;;
  m68*-netx-*)		gdb_target=vxworks68 ;;
- # OBSOLETE m68*-sony-*)		gdb_target=news ;;
  m68*-tandem-*)		gdb_target=st2000 ;;
- # OBSOLETE m68*-rom68k-*)          gdb_target=monitor ;;
- # OBSOLETE m68*-*bug-*)            gdb_target=monitor ;;
- # OBSOLETE m68*-monitor-*)         gdb_target=monitor ;;
- # OBSOLETE m68*-est-*)		gdb_target=monitor ;;
  m68*-*-aout*)		gdb_target=monitor ;;
  m68*-*-coff*)		gdb_target=monitor ;;
  m68*-*-elf*)		gdb_target=monitor ;;
--- 151,159 ----
Index: m68k-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/m68k-tdep.c,v
retrieving revision 1.13
diff -p -r1.13 m68k-tdep.c
*** m68k-tdep.c	2001/04/17 21:20:48	1.13
--- m68k-tdep.c	2001/12/01 23:04:36
*************** altos_skip_prologue (CORE_ADDR pc)
*** 63,90 ****
    return pc;
  }
  
- /* The only reason this is here is the tm-isi.h reference below.  It
-    was moved back here from tm-m68k.h.  FIXME? */
- 
- /* OBSOLETE extern CORE_ADDR */
- /* OBSOLETE isi_skip_prologue (CORE_ADDR pc) */
- /* OBSOLETE { */
- /* OBSOLETE   register int op = read_memory_integer (pc, 2); */
- /* OBSOLETE   if (op == P_LINKW_FP) */
- /* OBSOLETE     pc += 4;			 *//* Skip link #word */
- /* OBSOLETE   else if (op == P_LINKL_FP) */
- /* OBSOLETE     pc += 6;			 *//* Skip link #long */
- /* OBSOLETE    *//* Not sure why branches are here.  */
- /* OBSOLETE    *//* From tm-isi.h, tm-altos.h */
- /* OBSOLETE   else if (op == 0060000) */
- /* OBSOLETE     pc += 4;			 *//* Skip bra #word */
- /* OBSOLETE   else if (op == 00600377) */
- /* OBSOLETE     pc += 6;			 *//* skip bra #long */
- /* OBSOLETE   else if ((op & 0177400) == 0060000) */
- /* OBSOLETE     pc += 2;			 *//* skip bra #char */
- /* OBSOLETE   return pc; */
- /* OBSOLETE } */
- 
  int
  delta68_in_sigtramp (CORE_ADDR pc, char *name)
  {
--- 63,68 ----

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