From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id cpt9HvdKx2DhQAAAWB0awg (envelope-from ) for ; Mon, 14 Jun 2021 08:26:31 -0400 Received: by simark.ca (Postfix, from userid 112) id 703D51F163; Mon, 14 Jun 2021 08:26:31 -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, URIBL_BLOCKED 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 983861E813 for ; Mon, 14 Jun 2021 08:26:30 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 356073851C17 for ; Mon, 14 Jun 2021 12:26:30 +0000 (GMT) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by sourceware.org (Postfix) with ESMTPS id 3223B3857027 for ; Mon, 14 Jun 2021 12:26:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3223B3857027 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f54.google.com with SMTP id z8so14348855wrp.12 for ; Mon, 14 Jun 2021 05:26:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=XTUseoAQ4Jgj9ekQNY1mK/LqxiuxToA17Lc5OPYaTMo=; b=thWpcwOOeKt44lufCwaPpWlRh2/5ixMzY0hYQauFhMQYnoZYVEhLtTti6F963Oapke 0bTwg709Jg7j1tTo+3EFreawNAxsdrkNff10KbFoOfyU/YsrOHYT6CfXwZODwVMVnLux e/2khqlXHCaaTndNtoqSmT44RXoBcRw4li8heYRy+abXL2xY7Lor3LnVj3IJqVMTRSNv kQkeOwYrXAwDkX9wAszI2hXutKS3ft5wqoryWfjrCXO9qI0vmc8KlTZA+j2hVsKmutLr tzDgthuoidaGwgoIAj16ot8Mv5nUb70mkvkibkKkunJ/kKbFiSrvU6h+5GX8xWR9o8Hy 77vA== X-Gm-Message-State: AOAM531QhhdF7542AY85a4GxjxGI4it2gbwlqaRemE0+ZcUl+o3Em1tD Ztik48t/REHWQDeViaXqdDM= X-Google-Smtp-Source: ABdhPJytTUbxr3MZAL5c8ZOT2vTuluzT9IWZb51jY6s+4rUNLwivMdjT6pA/Cvt6q2RC+jaRpAWFdg== X-Received: by 2002:a5d:6546:: with SMTP id z6mr18605599wrv.100.1623673578144; Mon, 14 Jun 2021 05:26:18 -0700 (PDT) Received: from ?IPv6:2001:8a0:f932:6a00:6b6e:c7b6:c5a7:aac3? ([2001:8a0:f932:6a00:6b6e:c7b6:c5a7:aac3]) by smtp.gmail.com with ESMTPSA id t4sm16069488wru.53.2021.06.14.05.26.16 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 14 Jun 2021 05:26:17 -0700 (PDT) Subject: Re: ANNOUNCEMENT: ChangeLog policy change after GDB 11 From: Pedro Alves To: Joel Brobecker , gdb-patches@sourceware.org, Luis Machado References: <20210613151051.GA1620040@adacore.com> Message-ID: <714d8433-c2d7-8cea-cda9-773dfeb1ed02@palves.net> Date: Mon, 14 Jun 2021 13:26:16 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: , Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 2021-06-14 2:25 a.m., Mike Frysinger via Gdb-patches wrote: > 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 ? The top level MANTAINERS file is the canonical source to know which project owns which directory. For the GDB project, we current have there: gdb/; gdbserver/; gdbsupport/; gnulib/; readline/; sim/; GDB's part of include/ GDB: http://www.gnu.org/software/gdb/ Patches to gdb-patches@sourceware.org. See also gdb/MAINTAINERS and sim/MAINTAINERS. libdecnumber is owned by GCC, so no, it does not include that dir: libdecnumber/ See libiberty. The master copy of this directory is in the GCC repository. Pedro Alves