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/plugin.def | |
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/plugin.def')
-rw-r--r-- | gcc/plugin.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/plugin.def b/gcc/plugin.def index df5d383ca93..cbda3ad3f1a 100644 --- a/gcc/plugin.def +++ b/gcc/plugin.def @@ -51,9 +51,6 @@ DEFEVENT (PLUGIN_GGC_END) /* Register an extra GGC root table. */ DEFEVENT (PLUGIN_REGISTER_GGC_ROOTS) -/* Register an extra GGC cache table. */ -DEFEVENT (PLUGIN_REGISTER_GGC_CACHES) - /* Called during attribute registration. */ DEFEVENT (PLUGIN_ATTRIBUTES) |