diff options
author | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-12-10 03:45:40 +0000 |
---|---|---|
committer | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-12-10 03:45:40 +0000 |
commit | eb06b2519a361b7784b1807115fcb3dea0226035 (patch) | |
tree | d68af710e723e37215793eba5a9d183e68b6f322 /gcc/gcc-plugin.h | |
parent | 93631ab94b7f69efb0dbb22ffcfbde24e0c5603d (diff) | |
download | gcc-eb06b2519a361b7784b1807115fcb3dea0226035.tar.gz |
remove gengtype support for param_is use_param, if_marked and splay tree allocators
gcc/
* plugin.c, plugin.def, ggc.h, ggc-common.c, gengtype.h, gengtype.c,
gengtype-state.c, gengtype-parse.c, gentype-lex.l, gcc-plugin.h,
doc/plugins.texi, doc/gty.texi: Remove support for if_marked and
param_is.
include/
* hashtab.h, splay-tree.h: Remove GTY markers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218558 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc-plugin.h')
-rw-r--r-- | gcc/gcc-plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc-plugin.h b/gcc/gcc-plugin.h index f1c13a50d04..6ebb8f0154a 100644 --- a/gcc/gcc-plugin.h +++ b/gcc/gcc-plugin.h @@ -150,8 +150,8 @@ extern int get_event_last (void); int get_named_event_id (const char *name, enum insert_option insert); /* This is also called without a callback routine for the - PLUGIN_PASS_MANAGER_SETUP, PLUGIN_INFO, PLUGIN_REGISTER_GGC_ROOTS and - PLUGIN_REGISTER_GGC_CACHES pseudo-events, with a specific user_data. + PLUGIN_PASS_MANAGER_SETUP, PLUGIN_INFO and PLUGIN_REGISTER_GGC_ROOTS + pseudo-events, with a specific user_data. */ extern void register_callback (const char *plugin_name, |