From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1030.google.com (mail-pj1-x1030.google.com [IPv6:2607:f8b0:4864:20::1030]) by sourceware.org (Postfix) with ESMTPS id 380963858C39 for ; Thu, 10 Mar 2022 20:03:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 380963858C39 Received: by mail-pj1-x1030.google.com with SMTP id 15-20020a17090a098f00b001bef0376d5cso6191964pjo.5 for ; Thu, 10 Mar 2022 12:03:36 -0800 (PST) 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=l8nW6YxGZ/kRy3ERUFfwTeH5hYPzBnrhvw4pJayCwUI=; b=31V+Ad18qVS/i1af70IVGkL5q0U7+RO76/KSFOw4L/rECou9JKLJSrMPnRTmdmr/9h KgCWiHoVglXZdoKexLFZT0gR7pv/GInOGh8Xe3CIHYmCBLJspx0sGIMnppYUSpfuZpiV uZ3JYOYPW1w0s6pWBw4lW4CLvh7t4zDJyq6MNft50C1IAI3bDaYJ0qPf1evQIKwk1Q28 g+nlVMtgv/rGpKfIUPuhAhVX8lvD1RikjLa/9O/L59UXDfoaf8wi7Jkw0c9+2QDKWDty ZBuabHc8bbwohyHPHncg+OQrlOUUHIC+RIpcMepATWT8gWJvc22RvlerlRrtBMP+DYDw fWpA== X-Gm-Message-State: AOAM530xoEz+4Mzxk1uEfu0/88MhfevH/+DLrdSr0cjRl1ayGLvHaBAQ SjLRMk+RXg5P+M7P6VQ/4Fc= X-Google-Smtp-Source: ABdhPJxoMOxMoWmGjUFY3xv+Vm52ls37OgBFf7d1Ekn7T9GNDMs2HGgXYokZ9ZSsxuGbyVhBVQek6g== X-Received: by 2002:a17:903:18b:b0:151:efb5:778 with SMTP id z11-20020a170903018b00b00151efb50778mr7011030plg.45.1646942615275; Thu, 10 Mar 2022 12:03:35 -0800 (PST) Received: from gnu-tgl-3.localdomain ([172.58.38.221]) by smtp.gmail.com with ESMTPSA id f10-20020a056a00228a00b004f769b40bd6sm4848786pfe.103.2022.03.10.12.03.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Mar 2022 12:03:34 -0800 (PST) Received: from gnu-tgl-3.. (localhost [IPv6:::1]) by gnu-tgl-3.localdomain (Postfix) with ESMTP id B8C32C059A; Thu, 10 Mar 2022 12:03:33 -0800 (PST) From: "H.J. Lu" To: libc-alpha@sourceware.org Cc: Fangrui Song , Joseph Myers Subject: [PATCH v6 5/5] NEWS: Mention DT_RELR support Date: Thu, 10 Mar 2022 12:03:29 -0800 Message-Id: <20220310200329.1935466-6-hjl.tools@gmail.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220310200329.1935466-1-hjl.tools@gmail.com> References: <20220310200329.1935466-1-hjl.tools@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3028.3 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, 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: Thu, 10 Mar 2022 20:03:37 -0000 --- 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 + option, -z pack-relative-relocs. Deprecated and removed features, and other changes affecting compatibility: -- 2.35.1