From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id B9ikCh6wxmB6NQAAWB0awg (envelope-from ) for ; Sun, 13 Jun 2021 21:25:50 -0400 Received: by simark.ca (Postfix, from userid 112) id 1DE321F163; Sun, 13 Jun 2021 21:25:50 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.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 6AFEB1E813 for ; Sun, 13 Jun 2021 21:25:49 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5F371383B408 for ; Mon, 14 Jun 2021 01:25:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F371383B408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1623633948; bh=mQ8XxWIEPXyRKwEAkFM9AgHHQcaBvmGBe/HEoSWEUBw=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=IRbN4btmWLzv7p6cOCwMl+BmzcwuH/NVjsE7ohtaFJrHKTqIMom1NHoeO8BaXxlt4 VSMkD/vbUMCDNxBY19WMCt7VLawXLpwi3IXL3V4h1tZEYnVLQXiKC3SuYSRboiveIV SJHxVWAwHqNvVjWN1NiNLfflrMwoqHuBcxdVzJno= Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 4DF4E3857801 for ; Mon, 14 Jun 2021 01:25:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4DF4E3857801 Received: from vapier (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C77A335D75; Mon, 14 Jun 2021 01:25:27 +0000 (UTC) Date: Sun, 13 Jun 2021 21:25:26 -0400 To: Joel Brobecker Subject: Re: ANNOUNCEMENT: ChangeLog policy change after GDB 11 Message-ID: Mail-Followup-To: Joel Brobecker , gdb-patches@sourceware.org, Luis Machado References: <20210613151051.GA1620040@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210613151051.GA1620040@adacore.com> X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Mike Frysinger via Gdb-patches Reply-To: Mike Frysinger Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 13 Jun 2021 08:10, Joel Brobecker wrote: > Following the feedback received, and after discussion within > the group of GDB Global Maintainers, the following was decided: this is great news. thanks for all your & other maintainers hardwork that's gone into this. > Note that this change of policy only concerns the code maintained > by the GDB project. Remember that the binutils-gdb repository, > as the name suggests, is shared between two projects, and that > this announcement doesn't concern the files maintained by the binutils > community. can we summarize those dirs for clarity ? these are obvious: gdb/ gdbserver/ gdbsupport/ include/gdb/ i think also this one: gnulib/ and we're eager for sim to follow this policy: sim/ include/sim/ does this include these since they aren't in the binutils release ? libdecnumber/ readline/ any other dirs that i missed ? -mike