From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9715 invoked by alias); 28 May 2015 21:52:35 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 9696 invoked by uid 89); 28 May 2015 21:52:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 28 May 2015 21:52:33 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id B33082852920; Thu, 28 May 2015 23:52:29 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tLgQN68W9gNZ; Thu, 28 May 2015 23:52:29 +0200 (CEST) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id F1B35285291F; Thu, 28 May 2015 23:52:28 +0200 (CEST) From: Eric Botcazou To: James Bowman Cc: gcc-patches@gcc.gnu.org, Jeff Law , Segher Boessenkool , Joseph Myers Subject: Re: [PATCH, FT32] initial support Date: Thu, 28 May 2015 22:35:00 -0000 Message-ID: <2025621.TthFiZvRWe@polaris> User-Agent: KMail/4.7.2 (Linux/3.1.10-1.29-desktop; KDE/4.7.2; x86_64; ; ) In-Reply-To: References: <55511270.70708@redhat.com> <5554FFCE.9050501@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-SW-Source: 2015-05/txt/msg02707.txt.bz2 > Thanks very much. ChangeLog entry: > > 2015-05-14 James Bowman > > * configure.ac: FT32 target added > * libgcc/config.host: FT32 target added > * gcc/config/ft32/: FT32 target added > * libgcc/config/ft32/: FT32 target added > * gcc/doc/install.texi, invoke.texi, md.texi: FT32 details added > * gcc/doc/contrib.texi: self added > * contrib/config-list.mk: FT32 target added > * configure: Regenerated That's wrong, you cannot add just a single entry to the toplevel ChangeLog, you need to add entries to the ChangeLog of every subdirectory instead: gcc, libgcc, contrib, etc. Please fix. -- Eric Botcazou