summaryrefslogtreecommitdiff
path: root/gcc/rtl.def
diff options
context:
space:
mode:
authoralanm <alanm@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-14 20:17:08 +0000
committeralanm <alanm@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-14 20:17:08 +0000
commit2b6e19557abf47f45a6dbc3b6cdace31d7f32eb0 (patch)
tree7e7026a3d373191f37d9ff6e97e059f2d8c5096d /gcc/rtl.def
parent19349d28c88773977ff783b140aed9309cb3bcf8 (diff)
downloadgcc-2b6e19557abf47f45a6dbc3b6cdace31d7f32eb0.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47020 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r--gcc/rtl.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def
index d85fb1431fb..6c887bce15c 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.
--------------------------------------------------------------------- */