From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id 2BC3E3853792 for ; Mon, 11 Apr 2022 09:01:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2BC3E3853792 Received: by mail-wm1-x335.google.com with SMTP id h16so9469761wmd.0 for ; Mon, 11 Apr 2022 02:01:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=4yArjyvtbkbyMlkVv95l0LyfXqn0oebJJMnOxr/i6nE=; b=c6Tr2caXHRPH3n5HXZ4ODWcIeVZX7K6+dfDlw1rUSlbeVynTV8wM+93wAEJ2HFrf6f jygDaeKzombT9TIVNiHQ2xH3bXKwKStFZBWVn4Arphm7B058Tx9caEQVKZ5BaY0FnlkK yss2QkVs23f/Zg7f1wNIG/uJFQmjYQUba13Il1k84UI676i1ECyztNiT2dK1yw3LzEb7 p+M36eu83gc4kVVZduOnrpynmf8fjnW64UlWzwBm+KidObE3kwdY0hdXj2p+3wSOEy8a PoJm+bPSQEw8kx7SmDiu4CKorfI5Wp44peUQIaN44xK1UiHE7Ng+E6FbCmqO0Z1b1S46 X4WQ== X-Gm-Message-State: AOAM533lJLFYRLRVoYptn5R9wRbU051a7asnRdo8l1WcZ7aSiMAOo3uF gJkCtB4Nix2xeSTQ4+bSueRA3w== X-Google-Smtp-Source: ABdhPJwDKrt2UWHjYb13clDQtLUs5EwR1DBmwes2IV1Fods04+zFWASzjnzJHCTe2coR3EUBB09oAg== X-Received: by 2002:a7b:c14d:0:b0:38e:b9ad:52fa with SMTP id z13-20020a7bc14d000000b0038eb9ad52famr5058608wmi.19.1649667659664; Mon, 11 Apr 2022 02:00:59 -0700 (PDT) Received: from localhost ([45.147.211.82]) by smtp.gmail.com with ESMTPSA id l8-20020a5d5608000000b00207ab405d15sm380784wrv.42.2022.04.11.02.00.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Apr 2022 02:00:59 -0700 (PDT) Date: Mon, 11 Apr 2022 09:00:58 +0000 From: Arnaud Charlet To: Fernando Oleo Blanco Cc: Richard Biener , Arnaud Charlet , GCC Patches , Eric Botcazou Subject: Re: [wwwdocs] Add Ada's changelog entry Message-ID: <20220411090058.GA2549729@adacore.com> References: <20220404232832.216b1d77@e2mstrothlap3.ipp.mpg.de> <1723483.VLH7GnMWUR@fomalhaut> <20220405000014.603cf4c4@e2mstrothlap3.ipp.mpg.de> <20220405060533.GA3699150@adacore.com> <20220405190513.2b0551eb@linux.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220405190513.2b0551eb@linux.fritz.box> X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2022 09:01:02 -0000 > Thank you all for your feedback and guidance. I have taken Eric's > feedback and deleted the relevant entry. > > Since I do not have write access, I cannot add myself to the > MAINTAINERS file. Therefore, I want to explicitly state that I am > submitting these patches under the DCO. I have read and accept the > indications and requirements listed in (https://gcc.gnu.org/dco.html). > > There are two patches, the original one, with the DCO signature at the > end and a second one, with the DCO signature too, with Eric's feedback. > > Should anything else be required, do not hesitate to indicate so. Thank you, I've just merged your contribution. Arno