From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id NAueIViVZGBEDQAAWB0awg (envelope-from ) for ; Wed, 31 Mar 2021 11:29:28 -0400 Received: by simark.ca (Postfix, from userid 112) id 7AB501EE14; Wed, 31 Mar 2021 11:29:28 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id D51B91E01F for ; Wed, 31 Mar 2021 11:29:27 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 916D33850400; Wed, 31 Mar 2021 15:29:27 +0000 (GMT) Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id 77D3E3850400 for ; Wed, 31 Mar 2021 15:29:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 77D3E3850400 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 58E4A56054; Wed, 31 Mar 2021 11:29:25 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id XczxydE5DZ3O; Wed, 31 Mar 2021 11:29:25 -0400 (EDT) Received: from float.home (localhost.localdomain [127.0.0.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPS id F21205604F; Wed, 31 Mar 2021 11:29:24 -0400 (EDT) Received: by float.home (Postfix, from userid 1000) id 40F41A1242; Wed, 31 Mar 2021 19:29:20 +0400 (+04) Date: Wed, 31 Mar 2021 19:29:20 +0400 From: Joel Brobecker To: Luis Machado Subject: Re: sim: replacing ChangeLog files with online git logs Message-ID: <20210331152920.GL11111@adacore.com> References: <20210323110638.GA6592@embecosm.com> <83wntwjy8h.fsf@gnu.org> <20210324165918.GA1683671@embecosm.com> <83lfacjvsj.fsf@gnu.org> <20210331032728.GJ11111@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gdb@sourceware.org Errors-To: gdb-bounces@sourceware.org Sender: "Gdb" Hi Luis, > > Can you hold off on this for now? We're discussing it within the group > > of GDB Global Maintainers, and we need more time to converge. > > > > Out of curiosity, is the discussion specifically focused on sim/ or > should we address the bigger issue of ChangeLog's within the GDB > codebase? The latter (all the GDB codebase). -- Joel