diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-09-12 22:26:45 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-09-12 22:26:45 +0000 |
commit | 79a1aac7578f95bec1c4ccb42d72b2fe8bb5c979 (patch) | |
tree | a3bcda56100c9436b8d9aff17f03db870aa49da2 /gnu/usr.bin/binutils/gas/config/tc-generic.h | |
parent | 6f0dcc44234ecb5ec5f57dd9ff28e3d5c40f9e77 (diff) |
Resolve other problems that dumb cvs can't find out by itself.
(trivial part done, `interesting' patches remain)
Diffstat (limited to 'gnu/usr.bin/binutils/gas/config/tc-generic.h')
-rw-r--r-- | gnu/usr.bin/binutils/gas/config/tc-generic.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/gas/config/tc-generic.h b/gnu/usr.bin/binutils/gas/config/tc-generic.h index 818085650a9..72df0203165 100644 --- a/gnu/usr.bin/binutils/gas/config/tc-generic.h +++ b/gnu/usr.bin/binutils/gas/config/tc-generic.h @@ -1,7 +1,6 @@ - /* This file is tc-generic.h - Copyright (C) 1987-1992 Free Software Foundation, Inc. + Copyright (C) 1987, 91, 92, 95, 1997 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -15,9 +14,9 @@ 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. */ + 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. */ /* * This file is tc-generic.h and is intended to be a template for target cpu @@ -28,6 +27,8 @@ #define TC_GENERIC 1 +#define TARGET_BYTES_BIG_ENDIAN 0 + /* * Local Variables: * comment-column: 0 |