summaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 85e113ca78e..29386629437 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,9 @@
+2012-11-16 Simon Baldwin <simonb@google.com>
+
+ * c.opt: Add f[no-]canonical-system-headers.
+ * c-opts.c (c_common_handle_option): Handle
+ OPT_fcanonical_system_headers.
+
2012-11-09 Ed Smith-Rowland <3dw4rd@verizon.net>
PR c++/54413