133965Sjdp/* This file is tc-generic.h
233965Sjdp
378828Sobrien   Copyright 1987, 1991, 1992, 1995, 1997 Free Software Foundation, Inc.
433965Sjdp
533965Sjdp   This file is part of GAS, the GNU Assembler.
633965Sjdp
733965Sjdp   GAS is free software; you can redistribute it and/or modify
833965Sjdp   it under the terms of the GNU General Public License as published by
933965Sjdp   the Free Software Foundation; either version 2, or (at your option)
1033965Sjdp   any later version.
1133965Sjdp
1233965Sjdp   GAS is distributed in the hope that it will be useful,
1333965Sjdp   but WITHOUT ANY WARRANTY; without even the implied warranty of
1433965Sjdp   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1533965Sjdp   GNU General Public License for more details.
1633965Sjdp
1733965Sjdp   You should have received a copy of the GNU General Public License along
1833965Sjdp   with GAS; see the file COPYING.  If not, write to the Free Software
19218822Sdim   Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
2033965Sjdp
2133965Sjdp/*
2233965Sjdp * This file is tc-generic.h and is intended to be a template for target cpu
2333965Sjdp * specific header files.  It is my intent that this file compile.  It is also
2433965Sjdp * my intent that this file grow into something that can be used as both a
2533965Sjdp * template for porting, and a stub for testing.  xoxorich.
2633965Sjdp */
2733965Sjdp
2833965Sjdp#define TC_GENERIC 1
2933965Sjdp
3033965Sjdp#define TARGET_BYTES_BIG_ENDIAN 0
3133965Sjdp
3233965Sjdp/*
3333965Sjdp * Local Variables:
3433965Sjdp * comment-column: 0
3533965Sjdp * fill-column: 131
3633965Sjdp * End:
3733965Sjdp */
3833965Sjdp
3933965Sjdp/* end of tc-generic.h */
40