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 /gdb/tm-st2000.h | |
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.
Diffstat (limited to 'gdb/tm-st2000.h')
-rw-r--r-- | gdb/tm-st2000.h | 20 |
1 files changed, 20 insertions, 0 deletions
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" |