aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.def
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/rtl.def
parent497786446ba35ea6814862bcd76851e1379653ab (diff)
downloadgcc-04d8aa70d552a552e39fa0afef50d22263253ec4.zip
gcc-04d8aa70d552a552e39fa0afef50d22263253ec4.tar.gz
gcc-04d8aa70d552a552e39fa0afef50d22263253ec4.tar.bz2
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/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 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.
--------------------------------------------------------------------- */