diff options
author | Fred Fish <fnf@specifix.com> | 1992-01-19 00:52:06 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-01-19 00:52:06 +0000 |
commit | be9a23622213425bc624ff6325b850349a461275 (patch) | |
tree | 9c42f535d57979aa6f90c10b1a05137e3d95008b /gdb/tm-stratus.h | |
parent | 3a076851790e80dba6b464a94716d67872e9bf8c (diff) | |
download | gdb-be9a23622213425bc624ff6325b850349a461275.zip gdb-be9a23622213425bc624ff6325b850349a461275.tar.gz gdb-be9a23622213425bc624ff6325b850349a461275.tar.bz2 |
Add several new files for stratus (i860* and *-stratus.h). Also add
macro USER_CFLAGS to Makefile. Add stratus config frags to configure.in.
Diffstat (limited to 'gdb/tm-stratus.h')
-rw-r--r-- | gdb/tm-stratus.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/tm-stratus.h b/gdb/tm-stratus.h new file mode 100644 index 0000000..f7df3d4 --- /dev/null +++ b/gdb/tm-stratus.h @@ -0,0 +1,21 @@ +/* Macro definitions for GDB on a Stratus machine. + Copyright (C) 1992, 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-sysv4.h" +#include "tm-i860.h" |