* alldeps.mak: Rebuild to account for new files.
authorStu Grossman <grossman@cygnus>
Mon, 8 Jun 1992 21:35:05 +0000 (21:35 +0000)
committerStu Grossman <grossman@cygnus>
Mon, 8 Jun 1992 21:35:05 +0000 (21:35 +0000)
* config/st2000.mt:  Use tm-st2000.h, not tm-68k.h.
* tm-st2000.h:  New file.

gdb/alldeps.mak
gdb/tm-st2000.h [new file with mode: 0644]

index 097218e947ed8eb3a2e068738231a236e05e4f42..efa9ccaf0d3d2f5cb9390ae96409f4fae8525df1 100644 (file)
@@ -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 (file)
index 0000000..eb8198e
--- /dev/null
@@ -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"