From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62f.google.com (mail-pl1-x62f.google.com [IPv6:2607:f8b0:4864:20::62f]) by sourceware.org (Postfix) with ESMTPS id 06B173858C51 for ; Fri, 22 Apr 2022 19:01:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 06B173858C51 Received: by mail-pl1-x62f.google.com with SMTP id n8so12845870plh.1 for ; Fri, 22 Apr 2022 12:01:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=VfdVi8wa/LJolfSfghY+jykT8QLZOf4XLd8T7bejgS4=; b=ByircWszzlmYQcKu9CVEVgr26lCc8YGnn/LTa6Hv2+P+M3pfGo3UbKfXlttr1TkM+c wSe3TE2s1+MKPOpqdcW8cF2dN+n9JeGOJgI/PA2//7a5d+2YJ/Rq2iPF+t9AHJCjgxX9 X6uizOM8moOm8sLyRitUIMm3a1GGt9q8MockGIKXeqWlhJ46ajwnwZFhNyDnZitRbcpk df+/kOvi1+QiAfrTatkNlUjBacy5TAniG2Hx15pqZ18wvj0FwlpjMavK4EaNErOs/N5v 0MDeam5k7Uqe5q6ft/Slh1pikaqeSZEOoLvZu7R13XKl2G9dFnVbqdrCdp1nuW210DoY XaHA== X-Gm-Message-State: AOAM5322weZgaCLhBOQrtjMFe/RIldAMvXBS3vvR5RhBCInWes/7fq14 Tx02mCr4YLVBhKH06CQnqOrDpxLWouw= X-Google-Smtp-Source: ABdhPJzSvyexddies+yS0TBX6KbpGWK1YKJvf6FNVyYTMooXhVXConOi7B9yvFISN9U0v5R5Yqsn6g== X-Received: by 2002:a17:90a:8583:b0:1d0:ad7f:2452 with SMTP id m3-20020a17090a858300b001d0ad7f2452mr6905694pjn.203.1650654102983; Fri, 22 Apr 2022 12:01:42 -0700 (PDT) Received: from gnu-tgl-3.localdomain ([172.58.35.133]) by smtp.gmail.com with ESMTPSA id p11-20020a65490b000000b003aa7791f3afsm2876468pgs.84.2022.04.22.12.01.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Apr 2022 12:01:42 -0700 (PDT) Received: from gnu-tgl-3.. (localhost [IPv6:::1]) by gnu-tgl-3.localdomain (Postfix) with ESMTP id 75E48C03BD; Fri, 22 Apr 2022 12:01:41 -0700 (PDT) From: "H.J. Lu" To: libc-alpha@sourceware.org Subject: [PATCH v11 7/7] NEWS: Mention DT_RELR support Date: Fri, 22 Apr 2022 12:01:39 -0700 Message-Id: <20220422190139.2615492-8-hjl.tools@gmail.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220422190139.2615492-1-hjl.tools@gmail.com> References: <20220422190139.2615492-1-hjl.tools@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3027.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP 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: Fri, 22 Apr 2022 19:01:45 -0000 --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4b6d9de2b5..ef8ac4acd2 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. Lazy binding doesn't apply to DT_RELR. Deprecated and removed features, and other changes affecting compatibility: -- 2.35.1