From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x2a.google.com (mail-oa1-x2a.google.com [IPv6:2001:4860:4864:20::2a]) by sourceware.org (Postfix) with ESMTPS id 6F6B43857028 for ; Wed, 27 Jul 2022 12:10:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6F6B43857028 Received: by mail-oa1-x2a.google.com with SMTP id 586e51a60fabf-10d845dcf92so22216530fac.12 for ; Wed, 27 Jul 2022 05:10:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6qYNbnIek66em+Mnfi/iaPV4oVHy9tcn0NzmvqlFUyo=; b=XXtLhWVgtabHdYLKW8Sk8mhxn/V5gq2vu0NKmzsgsyq+zZIsS/9Lk0sg6eETL0AcW8 pce/grfZ8R3j2h/GU5EnfHAfQnQiptsjbrrX/gwmuW7LeWC64lDvFjesoU1YXv2sCw8Z jRcQfk57pFWlkramVQdUFMW0QsqclijL7pOdfBf4y8hy3wZkRgZHzFv9d+T92IDZf5Sy O+h1i0x0kPn5T2vefBR4dwhZRkKMA6uKwNAVrQGa6WU5/UCTBf7a7ajIH+VnRq/3KukK TDM+GuqlIerD2DUKL7g5itrx4/CXCaaft4n4T0rtZixoEdzFQwwTBnt5ZH9NuBu2pV/U tzKw== X-Gm-Message-State: AJIora9iRFX+OpfZlSIoX3tENvWMBwTpuv3c2yPsy9uFbEI/Q2//Il4g O942IdYX9Ykj4zllWcY3nTW5AAKiz8WQsZGUplcOlKA7UogAkw== X-Google-Smtp-Source: AGRyM1u85lupXl+qeLfjkbtufIRMRGwqvynXufqrVtwCf7Lk5lXEIcUhVG1djQba7Aiz4GI5bUiCdbOQPlv11iHS8bA= X-Received: by 2002:a05:6870:d611:b0:10d:b8a2:98c5 with SMTP id a17-20020a056870d61100b0010db8a298c5mr1753962oaq.175.1658923854496; Wed, 27 Jul 2022 05:10:54 -0700 (PDT) MIME-Version: 1.0 References: <20220727065841.2140573-1-goldstein.w.n@gmail.com> In-Reply-To: From: Noah Goldstein Date: Wed, 27 Jul 2022 20:10:42 +0800 Message-ID: Subject: Re: [PATCH v1] NEWS: Add entry for x86-64 ISA level build To: Adhemerval Zanella Netto Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-8.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, URIBL_BLACK autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2022 12:10:56 -0000 On Wed, Jul 27, 2022 at 7:18 PM Adhemerval Zanella Netto via Libc-alpha wrote: > > > > On 27/07/22 03:58, Noah Goldstein via Libc-alpha wrote: > > --- > > NEWS | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/NEWS b/NEWS > > index 5827b206d9..4264a4cfc6 100644 > > --- a/NEWS > > +++ b/NEWS > > @@ -72,6 +72,10 @@ Major new features: > > > > The LoongArch ABI is 64-bit little-endian. > > > > +* Support building x86-64 with multiple ISA levels. Higher ISA levels > > + will use better optimized functions in the dynamic loader and > > + non-multiarch build as well as reduce the size of libc.so. > > The initial sentence sounds terse, maybe "Support for building x86-64 with > multiple ISA levels has been added". > Sure. Done in V2. > > + > > Deprecated and removed features, and other changes affecting compatibility: > > > > * Support for prelink will be removed in the next release; this includes' >