diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-02-08 19:20:27 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-02-08 19:20:27 +0000 |
commit | 51d8eae92d57be1c2a99976551045a591fb165cf (patch) | |
tree | 781eb8cfc6073e07793996ac81f2e96e05ca604c /gas/config/ho-mipsbsd.h | |
parent | debb85610b68ef76d018d3c6f2b9ca004277a068 (diff) | |
download | gdb-51d8eae92d57be1c2a99976551045a591fb165cf.zip gdb-51d8eae92d57be1c2a99976551045a591fb165cf.tar.gz gdb-51d8eae92d57be1c2a99976551045a591fb165cf.tar.bz2 |
from Ralph Campbell's work
Diffstat (limited to 'gas/config/ho-mipsbsd.h')
-rw-r--r-- | gas/config/ho-mipsbsd.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gas/config/ho-mipsbsd.h b/gas/config/ho-mipsbsd.h new file mode 100644 index 0000000..a0cd10a --- /dev/null +++ b/gas/config/ho-mipsbsd.h @@ -0,0 +1,24 @@ +/* ho-mipsbsd.h Host-specific header file for DECstation running BSD. + Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc. + + This file is part of GAS, the GNU Assembler. + + GAS 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, or (at your option) + any later version. + + GAS 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 GAS; see the file COPYING. If not, write to + the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + +#include <stdlib.h> +#include <string.h> +#include <ctype.h> + +/* end of ho-mipsbsd.h */ |