From 04d8aa70d552a552e39fa0afef50d22263253ec4 Mon Sep 17 00:00:00 2001 From: Alan Matsuoka Date: Wed, 14 Nov 2001 20:17:08 +0000 Subject: rtl.def (INCLUDE): Define. 2001-11-05 Alan Matsuoka * 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 --- gcc/rtl.def | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/rtl.def') diff --git a/gcc/rtl.def b/gcc/rtl.def index d85fb14..6c887bc 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -73,6 +73,11 @@ DEF_RTL_EXPR(UNKNOWN, "UnKnown", "*", 'x') DEF_RTL_EXPR(NIL, "nil", "*", 'x') + +/* include a file */ + +DEF_RTL_EXPR(INCLUDE, "include", "s", 'x') + /* --------------------------------------------------------------------- Expressions used in constructing lists. --------------------------------------------------------------------- */ -- cgit v1.1