1*2159047fSniklas 2*2159047fSniklas /* This file is tc-generic.h 3*2159047fSniklas 4*2159047fSniklas Copyright (C) 1987-1992 Free Software Foundation, Inc. 5*2159047fSniklas 6*2159047fSniklas This file is part of GAS, the GNU Assembler. 7*2159047fSniklas 8*2159047fSniklas GAS is free software; you can redistribute it and/or modify 9*2159047fSniklas it under the terms of the GNU General Public License as published by 10*2159047fSniklas the Free Software Foundation; either version 2, or (at your option) 11*2159047fSniklas any later version. 12*2159047fSniklas 13*2159047fSniklas GAS is distributed in the hope that it will be useful, 14*2159047fSniklas but WITHOUT ANY WARRANTY; without even the implied warranty of 15*2159047fSniklas MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16*2159047fSniklas GNU General Public License for more details. 17*2159047fSniklas 18*2159047fSniklas You should have received a copy of the GNU General Public License 19*2159047fSniklas along with GAS; see the file COPYING. If not, write to 20*2159047fSniklas the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 21*2159047fSniklas 22*2159047fSniklas /* 23*2159047fSniklas * This file is tc-generic.h and is intended to be a template for target cpu 24*2159047fSniklas * specific header files. It is my intent that this file compile. It is also 25*2159047fSniklas * my intent that this file grow into something that can be used as both a 26*2159047fSniklas * template for porting, and a stub for testing. xoxorich. 27*2159047fSniklas */ 28*2159047fSniklas 29*2159047fSniklas #define TC_GENERIC 1 30*2159047fSniklas 31*2159047fSniklas /* 32*2159047fSniklas * Local Variables: 33*2159047fSniklas * comment-column: 0 34*2159047fSniklas * fill-column: 131 35*2159047fSniklas * End: 36*2159047fSniklas */ 37*2159047fSniklas 38*2159047fSniklas /* end of tc-generic.h */ 39