gensupport.h revision 90075
190075Sobrien/* Declarations for rtx-reader support for gen* routines.
290075Sobrien   Copyright (C) 2000 Free Software Foundation, Inc.
390075Sobrien
490075SobrienThis file is part of GCC.
590075Sobrien
690075SobrienGCC is free software; you can redistribute it and/or modify it under
790075Sobrienthe terms of the GNU General Public License as published by the Free
890075SobrienSoftware Foundation; either version 2, or (at your option) any later
990075Sobrienversion.
1090075Sobrien
1190075SobrienGCC is distributed in the hope that it will be useful, but WITHOUT ANY
1290075SobrienWARRANTY; without even the implied warranty of MERCHANTABILITY or
1390075SobrienFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1490075Sobrienfor more details.
1590075Sobrien
1690075SobrienYou should have received a copy of the GNU General Public License
1790075Sobrienalong with GCC; see the file COPYING.  If not, write to the Free
1890075SobrienSoftware Foundation, 59 Temple Place - Suite 330, Boston, MA
1990075Sobrien02111-1307, USA.  */
2090075Sobrien
2190075Sobrienstruct obstack;
2290075Sobrienextern struct obstack *rtl_obstack;
2390075Sobrien
2490075Sobrienextern int init_md_reader_args	PARAMS ((int, char **));
2590075Sobrienextern int init_md_reader	PARAMS ((const char *));
2690075Sobrienextern rtx read_md_rtx		PARAMS ((int *, int *));
2790075Sobrien
2890075Sobrienextern void message_with_line	PARAMS ((int, const char *, ...))
2990075Sobrien     ATTRIBUTE_PRINTF_2;
30