From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by sourceware.org (Postfix) with ESMTPS id A0EDA3858C2C for ; Wed, 5 Oct 2022 18:12:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A0EDA3858C2C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=otheo.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=otheo.eu Received: (Authenticated sender: #01#@otheo.eu) by mail.gandi.net (Postfix) with ESMTPSA id 78BE4E0006; Wed, 5 Oct 2022 18:12:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=otheo.eu; s=gm1; t=1664993577; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1OyzHDVimhqS6e6kTdApYxJq8b33DEbo08bTELXE4SE=; b=WEPJfkziHjWBNycPJU3sdkUhSx8w1m30GUgPX4vFMRSdNApymacO6agbBDOAs0pcMWedE0 wsiBIFFME6ir3zuZ/6Tdy6dZDj+bpW55iWuhWITUJtPncQInvcx59i7JUz3VXboBhismFw 1BABaGTwGeORZbI5tUsrZ0Wrb97/TRMM1UurY8hQXXgBxX86z76XBaEVzd8q9IH3zXiRjM KHrM4r6AcrmGoeozwOZFgaFrw+hs4bhbrbkDhbOQin+0mWchgRpkuL8xVpvm5U/9LO3LAL LgWN5jC6YIeF0EZUuywZRK0m3qTKPhhyWHLwkR/CrxONG22YO05PIgcdbpAWmg== Date: Wed, 5 Oct 2022 20:12:53 +0200 From: Javier Pello To: Adhemerval Zanella Netto Cc: Florian Weimer , Libc-alpha , Andreas Schwab Subject: Re: [PATCH v3 6/8] Add NEWS entry for legacy hwcaps removal Message-Id: <20221005201253.4e04795019a09b93b5a5cf52@otheo.eu> In-Reply-To: <775a6cab-cb6d-f3cb-f475-bab5cc712184@linaro.org> References: <20220905200652.d69204581d15c64647da5cd2@otheo.eu> <87h71l9crb.fsf@oldenburg.str.redhat.com> <20220906201207.e7b3d08272af5649754e76b1@otheo.eu> <87h71i6rfa.fsf@oldenburg.str.redhat.com> <20220914200724.8e685fbbaf441c96d19011c6@otheo.eu> <20220917161748.2b76e1731a27eb78880ee57c@otheo.eu> <20220927200352.0424a12908a437fef9d3a7bc@otheo.eu> <20220927200847.429d47a28c2f3f108aa3c080@otheo.eu> <16bbe7a3-66b1-a5f6-17e9-a9f38b9b8f9f@linaro.org> <87a66chfjz.fsf@igel.home> <08434728-f456-e078-1053-47f75280cfba@linaro.org> <87lepw3cgw.fsf@mid.deneb.enyo.de> <775a6cab-cb6d-f3cb-f475-bab5cc712184@linaro.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,JMQ_SPF_NEUTRAL,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, 4 Oct 2022 15:00:33 -0300 Adhemerval Zanella Netto wrote: > On 03/10/22 16:59, Florian Weimer wrote: > > * Adhemerval Zanella Netto via Libc-alpha: > > > >> On 03/10/22 16:29, Andreas Schwab wrote: > >>> On Okt 03 2022, Adhemerval Zanella Netto via Libc-alpha wrote: > >>> > >>>> I think NEWS entry usually reference to glibc with an article ('The glibc'). > >>> > >>> glibc is a proper name, and proper names don't come with articles. You > >>> can write "the GNU C library", but not "the glibc". > >>> > >> > >> Which would be the best option for the NEWS entry, just 'glibc' or a > >> more specific 'The GNU C library'? I don't have a strong opinion here. > > > > “The GNU C library” at the start of a sentence, otherwise glibc is > > also okay. In this case, you could use “The dynamic linker” or “The > > glibc dynamic linker”. > > Javier, are you ok with: > > The dynamic linker no longer loads shared objects from the "tls" > subdirectories on the library search path or the subdirectory > that corresponds to the AT_PLATFORM system name, or employs the > legacy AT_HWCAP search mechanism, which was deprecated in version > 2.33. Sure, I am fine with whatever you think is best. > If so I can wrap-up the patches and push upstream for you. Thank you. Regards, Javier