From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x2e.google.com (mail-oa1-x2e.google.com [IPv6:2001:4860:4864:20::2e]) by sourceware.org (Postfix) with ESMTPS id 6F1973857C49 for ; Tue, 29 Mar 2022 17:25:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6F1973857C49 Received: by mail-oa1-x2e.google.com with SMTP id 586e51a60fabf-d39f741ba0so19427852fac.13 for ; Tue, 29 Mar 2022 10:25:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=khnJwDiNkih5wHX+xZsLZfPWzi+HSinIysZr6zxyvhw=; b=a83nIjcnA5itEe2+Y3HKea+on5KSkDK3IzFavMmPzUCr62gtz2O9tnmM8mmnuiIBzm dSqilyO2i/wdNc/KJYkIBq7El37w4UKoGWetaroemZKTEhkuP/ZDoh9wl1UqJcfzsL71 IAiXOBNxIugZW8LqM2QVeuL5WVXf/2nuyo3Tvxb8UbqE6hNvA8YY3iIUo/hQR8nnnTtJ mXKhtxVMip3u2qLBzGhUYZjQSDLQ5CsB8rIrYkURp+M4jH9hy+0hISun+7ugGnHTAP0n jJIVDc/6ZYVYJdLpgrwt34i5Rav0/A4errCky9js2jPEz0rbJiT5M9LZiBGI5Asxwmia DTLQ== X-Gm-Message-State: AOAM531V2wLMLb4/c3/mK4aqbBzvz4fc39nEdccv3CI3FFT6cCW/357+ izqhJGUFVvhTITvWWrFD1sEht/bWcMTc8Q== X-Google-Smtp-Source: ABdhPJxJx2yQkYiGFybedvQIp1vbRIFCP7WhNdvD9Cis+8qDW7cC8kRAw4hO15GBMi9jyyD64Ok2tQ== X-Received: by 2002:a05:6870:600a:b0:d7:4895:75be with SMTP id t10-20020a056870600a00b000d7489575bemr121665oaa.35.1648574735691; Tue, 29 Mar 2022 10:25:35 -0700 (PDT) Received: from ?IPV6:2804:431:c7cb:a6c0:f1e1:dcf6:8c18:df3b? ([2804:431:c7cb:a6c0:f1e1:dcf6:8c18:df3b]) by smtp.gmail.com with ESMTPSA id o17-20020a9d5c11000000b005b2611a13edsm9232637otk.61.2022.03.29.10.25.34 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 29 Mar 2022 10:25:35 -0700 (PDT) Message-ID: <9d64ade3-1505-9ada-7155-5b6be861ec09@linaro.org> Date: Tue, 29 Mar 2022 14:25:33 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v6 5/5] NEWS: Mention DT_RELR support Content-Language: en-US To: libc-alpha@sourceware.org References: <20220310200329.1935466-1-hjl.tools@gmail.com> <20220310200329.1935466-6-hjl.tools@gmail.com> From: Adhemerval Zanella In-Reply-To: <20220310200329.1935466-6-hjl.tools@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-12.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, NICE_REPLY_A, 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: 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: Tue, 29 Mar 2022 17:25:39 -0000 On 10/03/2022 17:03, H.J. Lu via Libc-alpha wrote: > --- > NEWS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/NEWS b/NEWS > index 626eeabf5d..5d64b794f1 100644 > --- a/NEWS > +++ b/NEWS > @@ -9,7 +9,8 @@ Version 2.36 > > Major new features: > > - [Add new features here] > +* Support DT_RELR relative relocation format generated with the linker Maybe * Support for DT_RELR relocation relocation format has been added to glibc. This is a new ELF section type that improves the size of relative relocations in shared object files and position independent executables (PIE). DT_RELR support requires linker support for -z pack-relative-relocs option, which is supported for some abi in recent binutils versions. > + option, -z pack-relative-relocs. > > Deprecated and removed features, and other changes affecting compatibility: >