From patchwork Thu Feb 3 18:09:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 50751 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B4FD93858425 for ; Thu, 3 Feb 2022 18:15:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B4FD93858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1643912116; bh=EeYj42BphrhYhG0niiqjbCokGYIuiSeZWct4B0JLBTE=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=JMHyfHmQj0p0G/6tPfAo2U+QEL9U2fQXGVJrX30uE+TNRIow/4+70Q8HtfZ+frodR WcnRPMGh5prOqMB7qxL/7B/3M60ciJxfxvwjrcyKvWVZme2XyzW+vOTs5cF/5ae+lD /pP7PQdkOPdhdmvEZgH/rO0l88zg0Vxlyzhl7mk8= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [IPv6:2607:f8b0:4864:20::1031]) by sourceware.org (Postfix) with ESMTPS id 0573E3858402 for ; Thu, 3 Feb 2022 18:09:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0573E3858402 Received: by mail-pj1-x1031.google.com with SMTP id z14-20020a17090ab10e00b001b6175d4040so10835644pjq.0 for ; Thu, 03 Feb 2022 10:09:54 -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=EeYj42BphrhYhG0niiqjbCokGYIuiSeZWct4B0JLBTE=; b=A90LmR0DTzWmzYF4aVsn1dmUt+UtjXhdFnL7w+/k3DE4JLFqEFIvRhBPmDzs4Lmev/ bixqPfemJJJb5i+LP1KafvS+8yMZPw5patrfjxgG9FjreHF0L36PtuyuhpgsZhPgG4BC /aDOkt9U8JNOx8aUDWIaJasz1FV5BrVOxKszLGlu/n8ifdckGzykNtJfkSiONiGniyrV 4u6Ov56YFxTQIjCG73DwB3fvuPqU4eyf1+rk0lfDw8MGNZFS0W/2JBU7GqqW3Dpai6vj eOlap5DQZ5tAROKjWck+sB4I4ZU02Fo44fTYShyXawgk4jNFLrZeEn/XVyVh/gTFbsTU DASA== X-Gm-Message-State: AOAM5313fDEnuBq/azyoxhxrtKQnmOLSF1EJcTvjjZqGtaSwUy84G5j3 xHzeemTVJW3wWKe16iBQWOdx/iEsMrM= X-Google-Smtp-Source: ABdhPJyFZChyQZuRzsNRDIH9OTestdO0KatkslI2jQ1sHpkQMrFzSITRRbNuxWyX/IOwbKuADblKag== X-Received: by 2002:a17:90a:9a7:: with SMTP id 36mr15048169pjo.154.1643911794125; Thu, 03 Feb 2022 10:09:54 -0800 (PST) Received: from gnu-tgl-2.localdomain ([172.58.38.240]) by smtp.gmail.com with ESMTPSA id k15sm30092210pff.39.2022.02.03.10.09.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Feb 2022 10:09:52 -0800 (PST) Received: from gnu-tgl-2.. (localhost [IPv6:::1]) by gnu-tgl-2.localdomain (Postfix) with ESMTP id 0C0053004AC; Thu, 3 Feb 2022 10:09:49 -0800 (PST) To: libc-alpha@sourceware.org Subject: [PATCH 7/7] NEWS: Mention DT_RELR support Date: Thu, 3 Feb 2022 10:09:48 -0800 Message-Id: <20220203180948.2744-8-hjl.tools@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220203180948.2744-1-hjl.tools@gmail.com> References: <20220203180948.2744-1-hjl.tools@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-3029.9 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-Patchwork-Original-From: "H.J. Lu via Libc-alpha" From: "H.J. Lu" Reply-To: "H.J. Lu" Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 7b8febcb72..31ace26ca3 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,11 @@ See the end for copying conditions. Please send GNU C library bug reports via using `glibc' in the "product" field. + +Major new features: + +* Support DT_RELR relative relocation format. + Version 2.36