aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4dde7e4..5176a32 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-21 Brian Hackett <bhackett1024@gmail.com>
+
+ * plugin.def: Rename pre-genericize event.
+ * plugin.c (register_callback, invoke_plugin_callbacks): Same.
+ * c-decl.c (finish_function): Invoke callbacks on above event.
+
2009-12-21 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/42429