diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-22 16:38:38 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-22 16:38:38 +0000 |
commit | 17efac5821230d7224f8fac447a1c44d1927befa (patch) | |
tree | 7ff7a5abce9132531462d1dcb361aa877be3f0d2 /gcc/melt-run.proto.h | |
parent | 7fe2e1e8b36aa253af6e4ee5fe0284c6384dd373 (diff) | |
download | gcc-17efac5821230d7224f8fac447a1c44d1927befa.tar.gz |
2012-01-22 Basile Starynkevitch <basile@starynkevitch.net>
* testsuite/melt/tpassexec.melt: New file.
* testsuite/melt/tpassexec-c.c: New file.
* melt-runtime.c (meltgc_do_initial_mode): Warn when mode failed.
(meltgc_notify_sysdata_passexec_hook): More debug.
* melt-run.proto.h: include "plugin-version.h".
* melt/warmelt-modes.melt: Add a return :true in all our modes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@183391 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/melt-run.proto.h')
-rw-r--r-- | gcc/melt-run.proto.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/melt-run.proto.h b/gcc/melt-run.proto.h index 8f18864ac4a..13ff8cfb963 100644 --- a/gcc/melt-run.proto.h +++ b/gcc/melt-run.proto.h @@ -2,7 +2,7 @@ MELT file melt-run.h included in every generated file. all include files for generated code - Copyright (C) 2008,2009,2011 Free Software Foundation, Inc. + Copyright (C) 2008,2009,2011,2012 Free Software Foundation, Inc. Contributed by Basile Starynkevitch <basile@starynkevitch.net> and Pierre Vittet <piervit@pvittet.com> and Romain Geissler <romain.geissler@gmail.com> @@ -27,6 +27,12 @@ along with GCC; see the file COPYING3. If not see /* all file including this are somehow plugins, perhaps MELT specific ones */ #include "gcc-plugin.h" +/* the file "plugin-version.h" defines GCCPLUGIN_VERSION, but sadly + also provide useless static constants like revision, datestamp, + gcc_version, etc... and thru "configargs.h" static constants like + configure_default_options etc.... */ +#include "plugin-version.h" + /* usual GCC middle-end includes, copied from melt-runtime.c */ |