gensupport.h revision 90075
158551Skris/* Declarations for rtx-reader support for gen* routines.
258551Skris   Copyright (C) 2000 Free Software Foundation, Inc.
3228060Sbapt
4228060SbaptThis file is part of GCC.
5228060Sbapt
658551SkrisGCC is free software; you can redistribute it and/or modify it under
758551Skristhe terms of the GNU General Public License as published by the Free
858551SkrisSoftware Foundation; either version 2, or (at your option) any later
958551Skrisversion.
1058551Skris
11228060SbaptGCC is distributed in the hope that it will be useful, but WITHOUT ANY
1258551SkrisWARRANTY; without even the implied warranty of MERCHANTABILITY or
1358551SkrisFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1458551Skrisfor more details.
1558551Skris
1658551SkrisYou should have received a copy of the GNU General Public License
1758551Skrisalong with GCC; see the file COPYING.  If not, write to the Free
1858551SkrisSoftware Foundation, 59 Temple Place - Suite 330, Boston, MA
1958551Skris02111-1307, USA.  */
20228060Sbapt
21228060Sbaptstruct obstack;
22228060Sbaptextern struct obstack *rtl_obstack;
2358551Skris
2458551Skrisextern int init_md_reader_args	PARAMS ((int, char **));
2558551Skrisextern int init_md_reader	PARAMS ((const char *));
2658551Skrisextern rtx read_md_rtx		PARAMS ((int *, int *));
2758551Skris
2858551Skrisextern void message_with_line	PARAMS ((int, const char *, ...))
2958551Skris     ATTRIBUTE_PRINTF_2;
3058551Skris