-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrew Cagney
committed
Apr 11, 2001
1 parent
2121152
commit 24f89b6
Showing
12 changed files
with
536 additions
and
519 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.