summaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 8eeb02bbb7a..dcc5548a905 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,22 @@
+2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
+ Tom Tromey <tromey@redhat.com>
+
+ * c-tree.h (enum c_oracle_request): New.
+ (c_binding_oracle_function): New typedef.
+ (c_binding_oracle, c_pushtag, c_bind): Declare.
+ * c-decl.c (c_binding_oracle): New global.
+ (I_SYMBOL_CHECKED): New macro.
+ (i_symbol_binding): New function.
+ (I_SYMBOL_BINDING, I_SYMBOL_DECL): Redefine.
+ (I_TAG_CHECKED): New macro.
+ (i_tag_binding): New function.
+ (I_TAG_BINDING, I_TAG_DECL): Redefine.
+ (I_LABEL_CHECKED): New macro.
+ (i_label_binding): New function.
+ (I_LABEL_BINDING, I_LABEL_DECL): Redefine.
+ (c_print_identifier): Save and restore c_binding_oracle.
+ (c_pushtag, c_bind): New functions.
+
2014-10-27 Andrew MacLeod <amacleod@redhat.com>
* c-typeck.c: Adjust include files.