From: Stu Grossman Date: Mon, 8 Jun 1992 21:35:05 +0000 (+0000) Subject: * alldeps.mak: Rebuild to account for new files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0eafa897a9a32f3ad32acc43b0d23b875e86421a;p=binutils-gdb.git * alldeps.mak: Rebuild to account for new files. * config/st2000.mt: Use tm-st2000.h, not tm-68k.h. * tm-st2000.h: New file. --- diff --git a/gdb/alldeps.mak b/gdb/alldeps.mak index 097218e947e..efa9ccaf0d3 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 00000000000..eb8198e21e0 --- /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"