system.h (TRAMPOLINE_TEMPLATE, [...]): Poison.
[gcc.git] / gcc / gcc-plugin.h
index 1588bca372c0cb74f496acdc2e277f34cd80d329..9fbdc91af25750a5452d9076afd2a158cf62ec56 100644 (file)
@@ -41,6 +41,7 @@ enum plugin_event
   PLUGIN_GGC_END,              /* Called at end of GGC. */
   PLUGIN_REGISTER_GGC_ROOTS,   /* Register an extra GGC root table. */
   PLUGIN_ATTRIBUTES,            /* Called during attribute registration.  */
+  PLUGIN_START_UNIT,            /* Called before processing a translation unit.  */
   PLUGIN_EVENT_LAST             /* Dummy event used for indexing callback
                                    array.  */
 };