summaryrefslogtreecommitdiff
path: root/gcc/gensupport.h
diff options
context:
space:
mode:
authorAlan Matsuoka <alanm@gcc.gnu.org>2001-11-14 20:17:08 +0000
committerAlan Matsuoka <alanm@gcc.gnu.org>2001-11-14 20:17:08 +0000
commit04d8aa70d552a552e39fa0afef50d22263253ec4 (patch)
tree7e7026a3d373191f37d9ff6e97e059f2d8c5096d /gcc/gensupport.h
parent497786446ba35ea6814862bcd76851e1379653ab (diff)
downloadgcc-04d8aa70d552a552e39fa0afef50d22263253ec4.tar.gz
rtl.def (INCLUDE): Define.
2001-11-05 Alan Matsuoka <alanm@redhat.com> * rtl.def (INCLUDE) : Define. * gensupport.c (init_include_reader, process_include, save_string) : New functions to implement an include facility in .md files. * gensupport.h : Add prototype for init_md_reader_args. * genattr.c genattrtab.c gencodes.c genconfig.c genemit.c genextract.c genflags.c genopinit.c genoutput.c genpeep.c genrecog.c: Change call to init_md_reader to init_md_reader_args. * md.texi: Document (include "path") and -I directives for RTL generation tools. From-SVN: r47020
Diffstat (limited to 'gcc/gensupport.h')
-rw-r--r--gcc/gensupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gensupport.h b/gcc/gensupport.h
index 13a9253d6a3..96c8c87ba25 100644
--- a/gcc/gensupport.h
+++ b/gcc/gensupport.h
@@ -21,6 +21,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
struct obstack;
extern struct obstack *rtl_obstack;
+extern int init_md_reader_args PARAMS ((int, char **));
extern int init_md_reader PARAMS ((const char *));
extern rtx read_md_rtx PARAMS ((int *, int *));