This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Fix ChangeLog entries that belong in c-family/ChangeLog


Hello,

gcc/c-family/ChangeLog exists for c-family changes. The patch below
fixes a few incorrect ChangeLog entries in gcc/ChangeLog. Will commit
as obvious.

Ciao!
Steven


Index: ChangeLog
===================================================================
--- ChangeLog   (revision 161778)
+++ ChangeLog   (working copy)
@@ -2060,8 +2060,6 @@
        (enable_warning_as_error): Likewise.
        * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
        use in the history chain.
-       * c-family/c-pragma.c (handle_pragma_diagnostic): Add push/pop,
-       allow these pragmas anywhere.
        * doc/extend.texi: Document pragma GCC diagnostic changes.

 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
@@ -2796,10 +2794,6 @@

        PR bootstrap/44509
        * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
-       * c-family/c-cppbuiltin.c: Include gt-c-family-c-cppbuiltin.h.
-       (lazy_hex_fp_values, lazy_hex_fp_value_count): Add GTY(()) markers.
-       (lazy_hex_fp_value, builtin_define_with_hex_fp_value): Use
-       ggc_strdup instead of xstrdup.

 2010-06-14  Ira Rosen  <irar@il.ibm.com>

@@ -2991,10 +2985,6 @@

 2010-06-10  Jakub Jelinek  <jakub@redhat.com>

-       * c-family/c-cppbuiltin.c: Include cpp-id-data.h.
-       (lazy_hex_fp_values, lazy_hex_fp_value_count): New variables.
-       (lazy_hex_fp_value): New function.
-       (builtin_define_with_hex_fp_value): Provide definitions lazily.
        * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).

 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
Index: c-family/ChangeLog
===================================================================
--- c-family/ChangeLog  (revision 161778)
+++ c-family/ChangeLog  (working copy)
@@ -1,3 +1,23 @@
+2010-06-21  DJ Delorie  <dj@redhat.com>
+
+       * c-pragma.c (handle_pragma_diagnostic): Add push/pop,
+       allow these pragmas anywhere.
+
+2010-06-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/44509
+       * c-cppbuiltin.c: Include gt-c-family-c-cppbuiltin.h.
+       (lazy_hex_fp_values, lazy_hex_fp_value_count): Add GTY(()) markers.
+       (lazy_hex_fp_value, builtin_define_with_hex_fp_value): Use
+       ggc_strdup instead of xstrdup.
+
+2010-06-10  Jakub Jelinek  <jakub@redhat.com>
+
+       * c-cppbuiltin.c: Include cpp-id-data.h.
+       (lazy_hex_fp_values, lazy_hex_fp_value_count): New variables.
+       (lazy_hex_fp_value): New function.
+       (builtin_define_with_hex_fp_value): Provide definitions lazily.
+
 2010-06-30  Manuel L<C3><B3>pez-Ib<C3><A1><C3><B1>ez  <manu@gcc.gnu.org>

        * c-gimplify.c: Do not include tree-flow.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]