diff options
author | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:11 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:11 +0000 |
commit | aa2289c2a3faf0f198e47943dcb29e0c16223be8 (patch) | |
tree | 1af963bfd8d3e55167b81def4207f175eaff3a56 /gas/config/te-sparcaout.h | |
download | binutils-redhat-aa2289c2a3faf0f198e47943dcb29e0c16223be8.tar.gz |
Initial revision
Diffstat (limited to 'gas/config/te-sparcaout.h')
-rw-r--r-- | gas/config/te-sparcaout.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gas/config/te-sparcaout.h b/gas/config/te-sparcaout.h new file mode 100644 index 0000000000..63101840fa --- /dev/null +++ b/gas/config/te-sparcaout.h @@ -0,0 +1,21 @@ +/* te-sparcaout.h -- embedded sparc-aout target environment declarations. + Copyright (C) 1996 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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +#define TE_SPARCAOUT 1 +#include "obj-format.h" |