Skip to content

Commit

Permalink
Obsolete sun386i.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Cagney committed Apr 11, 2001
1 parent 2121152 commit 24f89b6
Show file tree
Hide file tree
Showing 12 changed files with 536 additions and 519 deletions.
16 changes: 16 additions & 0 deletions gdb/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2001-04-09 Andrew Cagney <[email protected]>

Obsolete i[3456]86-*-sunos* (aka Sun386) host and target.
* config/i386/sun386.mh: Obsolete.
* config/i386/sun386.mt: Obsolete.
* config/i386/xm-sun386.h: Obsolete.
* config/i386/tm-sun386.h: Obsolete.
* config/i386/nm-sun386.h: Obsolete.
* Makefile.in (ALLDEPFILES): Delete sun386-nat.c.
(sun386-nat.o): Target is obsolete.
* sun386-nat.c: Obsolete.
* configure.tgt (i[3456]86-*-sunos*): Obsolete.
* configure.host (i[3456]86-*-sunos*): Obsolete.
* NEWS: Update.
* TODO: Update.

2001-04-10 J.T. Conklin <[email protected]>

* maint.c: Fix typo in comment.
Expand Down
4 changes: 2 additions & 2 deletions gdb/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \
rs6000-nat.c rs6000-tdep.c \
ser-go32.c ser-pipe.c ser-ocd.c ser-tcp.c \
sh-tdep.c solib.c sparc-nat.c \
sparc-tdep.c sparcl-tdep.c sun3-nat.c sun386-nat.c \
sparc-tdep.c sparcl-tdep.c sun3-nat.c \
symm-tdep.c symm-nat.c \
vax-tdep.c \
vx-share/xdr_ld.c vx-share/xdr_ptrace.c vx-share/xdr_rdb.c \
Expand Down Expand Up @@ -1938,7 +1938,7 @@ ax-gdb.o: ax-gdb.c $(defs_h) $(symtab_h) symfile.h $(gdbtypes_h) \
sun3-nat.o: sun3-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(regcache_h)
sun386-nat.o: sun386-nat.c $(defs_h) $(inferior_h) $(gdbcore_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) \
Expand Down
1 change: 1 addition & 0 deletions gdb/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Ultracomputer (29K) running Sym1 a29k-nyu-sym1 a29k-*-kern*
PowerPC Solaris powerpcle-*-solaris*
PowerPC Windows NT powerpcle-*-cygwin32
PowerPC Netware powerpc-*-netware*
SunOS 4.0.Xi on i386 i[3456]86-*-sunos*

stuff.c (Program to stuff files into a specially prepared space in kdb)
kdb-start.c (Main loop for the standalone kernel debugger)
Expand Down
2 changes: 1 addition & 1 deletion gdb/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Steps:
powerpcle-*-cygwin* powerpc cygwin cygwin yes
powerpc-*-netware* powerpc - ppc-nw yes
w65-*-* w65 - w65 yes
i[3456]86-*-sunos* i386 sun386 sun386
i[3456]86-*-sunos* i386 sun386 sun386 yes

(DONE)

Expand Down
60 changes: 30 additions & 30 deletions gdb/config/i386/nm-sun386.h
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
/* Native support for Sun 386i, for GDB, the GNU debugger.
Copyright 1986, 1987, 1989, 1992, 1996 Free Software Foundation, Inc.
This file is part of GDB.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */

#include "regcache.h"

/* Do implement the attach and detach commands. */

#define ATTACH_DETACH

/* Override copies of {fetch,store}_inferior_registers in infptrace.c. */
#define FETCH_INFERIOR_REGISTERS

#define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)
/* OBSOLETE /* Native support for Sun 386i, for GDB, the GNU debugger. */
/* OBSOLETE Copyright 1986, 1987, 1989, 1992, 1996 Free Software Foundation, Inc. */
/* OBSOLETE */
/* OBSOLETE This file is part of GDB. */
/* OBSOLETE */
/* OBSOLETE This program is free software; you can redistribute it and/or modify */
/* OBSOLETE it under the terms of the GNU General Public License as published by */
/* OBSOLETE the Free Software Foundation; either version 2 of the License, or */
/* OBSOLETE (at your option) any later version. */
/* OBSOLETE */
/* OBSOLETE This program is distributed in the hope that it will be useful, */
/* OBSOLETE but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* OBSOLETE MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* OBSOLETE GNU General Public License for more details. */
/* OBSOLETE */
/* OBSOLETE You should have received a copy of the GNU General Public License */
/* OBSOLETE along with this program; if not, write to the Free Software */
/* OBSOLETE Foundation, Inc., 59 Temple Place - Suite 330, */
/* OBSOLETE Boston, MA 02111-1307, USA. */ */
/* OBSOLETE */
/* OBSOLETE #include "regcache.h" */
/* OBSOLETE */
/* OBSOLETE /* Do implement the attach and detach commands. */ */
/* OBSOLETE */
/* OBSOLETE #define ATTACH_DETACH */
/* OBSOLETE */
/* OBSOLETE /* Override copies of {fetch,store}_inferior_registers in infptrace.c. */ */
/* OBSOLETE #define FETCH_INFERIOR_REGISTERS */
/* OBSOLETE */
/* OBSOLETE #define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES) */
10 changes: 5 additions & 5 deletions gdb/config/i386/sun386.mh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Host: Sun 386i
XDEPFILES=
XM_FILE= xm-sun386.h
NAT_FILE= nm-sun386.h
NATDEPFILES= infptrace.o inftarg.o fork-child.o sun386-nat.o
# OBSOLETE # Host: Sun 386i
# OBSOLETE XDEPFILES=
# OBSOLETE XM_FILE= xm-sun386.h
# OBSOLETE NAT_FILE= nm-sun386.h
# OBSOLETE NATDEPFILES= infptrace.o inftarg.o fork-child.o sun386-nat.o
6 changes: 3 additions & 3 deletions gdb/config/i386/sun386.mt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Target: Sun 386i target configuration file.
TDEPFILES= i386-tdep.o solib.o solib-svr4.o solib-legacy.o
TM_FILE= tm-sun386.h
# OBSOLETE # Target: Sun 386i target configuration file.
# OBSOLETE TDEPFILES= i386-tdep.o solib.o solib-svr4.o solib-legacy.o
# OBSOLETE TM_FILE= tm-sun386.h
Loading

0 comments on commit 24f89b6

Please sign in to comment.