12159047fSniklas /* This file is tc-generic.h 22159047fSniklas 3*b55d4692Sfgsch Copyright 1987, 1991, 1992, 1995, 1997 Free Software Foundation, Inc. 42159047fSniklas 52159047fSniklas This file is part of GAS, the GNU Assembler. 62159047fSniklas 72159047fSniklas GAS is free software; you can redistribute it and/or modify 82159047fSniklas it under the terms of the GNU General Public License as published by 92159047fSniklas the Free Software Foundation; either version 2, or (at your option) 102159047fSniklas any later version. 112159047fSniklas 122159047fSniklas GAS is distributed in the hope that it will be useful, 132159047fSniklas but WITHOUT ANY WARRANTY; without even the implied warranty of 142159047fSniklas MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 152159047fSniklas GNU General Public License for more details. 162159047fSniklas 17fddef416Sniklas You should have received a copy of the GNU General Public License along 18fddef416Sniklas with GAS; see the file COPYING. If not, write to the Free Software 19fddef416Sniklas Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 202159047fSniklas 212159047fSniklas /* 222159047fSniklas * This file is tc-generic.h and is intended to be a template for target cpu 232159047fSniklas * specific header files. It is my intent that this file compile. It is also 242159047fSniklas * my intent that this file grow into something that can be used as both a 252159047fSniklas * template for porting, and a stub for testing. xoxorich. 262159047fSniklas */ 272159047fSniklas 282159047fSniklas #define TC_GENERIC 1 292159047fSniklas 30fddef416Sniklas #define TARGET_BYTES_BIG_ENDIAN 0 31fddef416Sniklas 322159047fSniklas /* 332159047fSniklas * Local Variables: 342159047fSniklas * comment-column: 0 352159047fSniklas * fill-column: 131 362159047fSniklas * End: 372159047fSniklas */ 382159047fSniklas 392159047fSniklas /* end of tc-generic.h */ 40