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 E35883857C43 for ; Mon, 4 Apr 2022 18:16:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E35883857C43 Received: by mail-oa1-x2e.google.com with SMTP id 586e51a60fabf-df0940c4eeso11657406fac.8 for ; Mon, 04 Apr 2022 11:16:24 -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:cc:references:from:in-reply-to :content-transfer-encoding; bh=mf3TSCgBLPiB4Yohiu9dhY6sOnFyfJe2Q03UJTsZamY=; b=tRbMdkiodflqyl0RxfSao8pcQ45ns07xY/z8SRjZq86YXOVojQGl0lwyhhpVLjV5w+ muX/MiTvtKBO9dkNIjZ5gBiH5UyBuDjUQLhR8vRhfs0p12uc8BGDMFuDoG+ULzA30PHf IlesdWtzE2BZqa76cdgm7FlTMV3Fsy+vloPxrvVg5F2o1x5Ba0xWk0iImn09UT4QdQqO OxnTo0o/X/8u6iemF42YDO06p/oiYUati/SHYYeu2KGmQ29AVAJ+RcnNG2gyn3ksAAd5 y21aV8cPgmv1l56QJAkbVF+TQqZ29Un8MFfnuT28mIGCs6IGGp8YyxGGFGaocZoNKRQe 8MfQ== X-Gm-Message-State: AOAM5326roFFSFrYiqtNZcB1PHsz/QLXjpW9x/4IaqEGLnncjbt7MWfC gSZL+Pe59McG7MUxVkRPLDrfag== X-Google-Smtp-Source: ABdhPJy4jXtOhKeyD5yKJlqDtGzdeJoGwRYMsoJMNnKo8IRT7pOOagPAa9rR0qyMzI+mBSvnVUV6vQ== X-Received: by 2002:a05:6870:f203:b0:e2:16e3:9ce8 with SMTP id t3-20020a056870f20300b000e216e39ce8mr253732oao.236.1649096183103; Mon, 04 Apr 2022 11:16:23 -0700 (PDT) Received: from ?IPV6:2804:431:c7cb:a6c0:94cf:60bc:16d1:2727? ([2804:431:c7cb:a6c0:94cf:60bc:16d1:2727]) by smtp.gmail.com with ESMTPSA id h6-20020a9d7986000000b005ce0d5433cdsm4781987otm.15.2022.04.04.11.16.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 04 Apr 2022 11:16:22 -0700 (PDT) Message-ID: Date: Mon, 4 Apr 2022 15:16:20 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH v7 6/6] NEWS: Mention DT_RELR support Content-Language: en-US To: "H.J. Lu" , libc-alpha@sourceware.org References: <20220331163858.95516-1-hjl.tools@gmail.com> <20220331163858.95516-7-hjl.tools@gmail.com> From: Adhemerval Zanella In-Reply-To: <20220331163858.95516-7-hjl.tools@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-12.8 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: Mon, 04 Apr 2022 18:16:26 -0000 LGTM, thanks. Reviewed-by: Adhemerval Zanella On 31/03/2022 13:38, H.J. Lu wrote: > --- > NEWS | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/NEWS b/NEWS > index 626eeabf5d..0ab26f168f 100644 > --- a/NEWS > +++ b/NEWS > @@ -9,7 +9,12 @@ Version 2.36 > > Major new features: > > - [Add new features here] > +* Support for DT_RELR relative relocation format has been added to > + glibc. This is a new ELF dynamic tag that improves the size of > + relative relocations in shared object files and position independent > + executables (PIE). DT_RELR generation requires linker support for > + -z pack-relative-relocs option, which is supported for some targets > + in recent binutils versions. > > Deprecated and removed features, and other changes affecting compatibility: > I think it might work to add that only supports bind-now.