From patchwork Sat Jul 3 19:46:12 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steven Bosscher X-Patchwork-Id: 57822 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id C733BB6F1B for ; Sun, 4 Jul 2010 05:46:22 +1000 (EST) Received: (qmail 12525 invoked by alias); 3 Jul 2010 19:46:20 -0000 Received: (qmail 12509 invoked by uid 22791); 3 Jul 2010 19:46:19 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL, BAYES_05, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM X-Spam-Check-By: sourceware.org Received: from mail-gx0-f175.google.com (HELO mail-gx0-f175.google.com) (209.85.161.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 03 Jul 2010 19:46:14 +0000 Received: by gxk1 with SMTP id 1so2321931gxk.20 for ; Sat, 03 Jul 2010 12:46:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.158.29 with SMTP id k29mr773368ano.89.1278186372080; Sat, 03 Jul 2010 12:46:12 -0700 (PDT) Received: by 10.150.216.14 with HTTP; Sat, 3 Jul 2010 12:46:12 -0700 (PDT) Date: Sat, 3 Jul 2010 21:46:12 +0200 Message-ID: Subject: [patch] Fix ChangeLog entries that belong in c-family/ChangeLog From: Steven Bosscher To: GCC Patches , GCC Mailing List Cc: DJ Delorie , Jakub Jelinek Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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 @@ -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 @@ -2991,10 +2985,6 @@ 2010-06-10 Jakub Jelinek - * 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 Index: c-family/ChangeLog =================================================================== --- c-family/ChangeLog (revision 161778) +++ c-family/ChangeLog (working copy) @@ -1,3 +1,23 @@ +2010-06-21 DJ Delorie + + * c-pragma.c (handle_pragma_diagnostic): Add push/pop, + allow these pragmas anywhere. + +2010-06-14 Jakub Jelinek + + 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 + + * 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 Lpez-Ibez * c-gimplify.c: Do not include tree-flow.h