diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2010-07-03 20:09:45 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2010-07-03 20:09:45 +0000 |
commit | 119fe9156dd5591921acaf219d0ef9db3c12a7e0 (patch) | |
tree | c125dabd6d3a539f88a0f43751c5e6fb59035815 /gcc | |
parent | f029db6980d18f43e206edff715bec2d6fb48e75 (diff) | |
download | gcc-119fe9156dd5591921acaf219d0ef9db3c12a7e0.zip gcc-119fe9156dd5591921acaf219d0ef9db3c12a7e0.tar.gz gcc-119fe9156dd5591921acaf219d0ef9db3c12a7e0.tar.bz2 |
Move c-family/* ChangeLog entries to their proper place.
From-SVN: r161780
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 10 | ||||
-rw-r--r-- | gcc/c-family/ChangeLog | 20 |
2 files changed, 20 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 350a41b..e87eb5f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2075,8 +2075,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> @@ -2811,10 +2809,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> @@ -3006,10 +3000,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> diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 4047ca5..eee707e 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -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ópez-Ibáñez <manu@gcc.gnu.org> * c-gimplify.c: Do not include tree-flow.h |