diff options
author | Stu Grossman <grossman@cygnus> | 1992-06-08 21:35:05 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-06-08 21:35:05 +0000 |
commit | 0eafa897a9a32f3ad32acc43b0d23b875e86421a (patch) | |
tree | c0d27fc6d87dd0d9d4423ddf719c6d4f3f34c7c5 | |
parent | 88cc9a3621413914e3caf7ce234f71884c3cf519 (diff) | |
download | gdb-0eafa897a9a32f3ad32acc43b0d23b875e86421a.zip gdb-0eafa897a9a32f3ad32acc43b0d23b875e86421a.tar.gz gdb-0eafa897a9a32f3ad32acc43b0d23b875e86421a.tar.bz2 |
* alldeps.mak: Rebuild to account for new files.
* config/st2000.mt: Use tm-st2000.h, not tm-68k.h.
* tm-st2000.h: New file.
-rw-r--r-- | gdb/alldeps.mak | 3 | ||||
-rw-r--r-- | gdb/tm-st2000.h | 20 |
2 files changed, 23 insertions, 0 deletions
diff --git a/gdb/alldeps.mak b/gdb/alldeps.mak index 097218e..efa9cca 100644 --- a/gdb/alldeps.mak +++ b/gdb/alldeps.mak @@ -47,6 +47,7 @@ remote-eb.c\ remote-hms.c\ remote-mm.c\ remote-nindy.c\ +remote-st2000.c\ remote-udi.c\ remote-vx.c\ rs6000-pinsn.c\ @@ -112,6 +113,7 @@ tm-pn.h\ tm-pyr.h\ tm-rs6000.h\ tm-sparc.h\ +tm-st2000.h\ tm-stratus.h\ tm-sun2.h\ tm-sun2os4.h\ @@ -246,6 +248,7 @@ ALLCONFIG=\ ./config/rs6000.mh\ ./config/rs6000.mt\ ./config/rtbsd.mh\ +./config/st2000.mt\ ./config/stratus.mh\ ./config/stratus.mt\ ./config/sun2os3.mh\ diff --git a/gdb/tm-st2000.h b/gdb/tm-st2000.h new file mode 100644 index 0000000..eb8198e --- /dev/null +++ b/gdb/tm-st2000.h @@ -0,0 +1,20 @@ +/* Parameters for a Tandem ST2000 phone switch. + Copyright (C) 1986, 1987, 1989, 199 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + +#include "tm-68k.h" |