* alldeps.mak: Rebuild to account for new files.

* config/st2000.mt:  Use tm-st2000.h, not tm-68k.h.
* tm-st2000.h:  New file.
This commit is contained in:
Stu Grossman 1992-06-08 21:35:05 +00:00
parent 88cc9a3621
commit 0eafa897a9
2 changed files with 23 additions and 0 deletions

View 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\

20
gdb/tm-st2000.h Normal file
View File

@ -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"