From patchwork Fri Oct 22 16:06:54 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Noah Goldstein X-Patchwork-Id: 46533 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 F10E33857810 for ; Fri, 22 Oct 2021 16:09:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F10E33857810 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1634918980; bh=2UG3LQ60iiU7PDjkbPeGlJfrcLxvPq6JTacU6XR8wMo=; 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=xlw0L1qQHAVE41+TkU7btF2f0M4FVLqgQZF46Lf2jvstZGfhdyn0orhCgRMfOJvpy EpO2uBvOon3zpQNb+QQn5Jtin5QmKKlBc7sqtZcYV50gBhBNreakfoBfXLJchsaj+U qtTeTgs3eO3EjVKpbCh6uA9I9NPdK/Q6rdveSGg4= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-io1-xd2e.google.com (mail-io1-xd2e.google.com [IPv6:2607:f8b0:4864:20::d2e]) by sourceware.org (Postfix) with ESMTPS id D3F633857C7F for ; Fri, 22 Oct 2021 16:07:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D3F633857C7F Received: by mail-io1-xd2e.google.com with SMTP id i189so6090818ioa.1 for ; Fri, 22 Oct 2021 09:07:08 -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=2UG3LQ60iiU7PDjkbPeGlJfrcLxvPq6JTacU6XR8wMo=; b=vaDdlwgPOQ6s9HX+C6JJT/DP0YjMdqhyCJKGDWMlsjtGbC1qs1gPV2rV7pQuDH0q/c 56JNf3l6WqBLFwpT4s24pLK/Hk0bnq+w7UlZOpkEtJotLBxVJlG+gUjt1P0iGO502TwK PJzGw0YubkEX3xjz7S09sJqIwNpAfzaZYirs66O7fP39Tt+Jg+32OfGVVJK6EQHewrXH 9GmdeYRepWG6Cm8rw7QSBs6c8mgHpMzWM4gxL7n7RsLmXlS5S+aXQWSOcUNmmckRC90C UEa1DtmJRT7DlB/+DmQ1B5Lvq83tVFzdzv1Dt4FpDu4gYbMvbh2FXUykQwPOB0uN33tQ e3kg== X-Gm-Message-State: AOAM533GAvrYDSFA/lynxZ6PcQgQtcwPFHUTvvZY7jdTfyujJop79OvF f154/mpS6ekfm/UWsfgrpsYt+jkcjOc= X-Google-Smtp-Source: ABdhPJysjt5hX0FUmRWU5gSeJ+HooSzTZ1nwGuqA5rMVcVzJhO5r80Q8Xu5eo4FMcxnQpoyql4aBdA== X-Received: by 2002:a05:6602:1343:: with SMTP id i3mr364918iov.58.1634918828171; Fri, 22 Oct 2021 09:07:08 -0700 (PDT) Received: from localhost.localdomain (node-17-161.flex.volo.net. [76.191.17.161]) by smtp.googlemail.com with ESMTPSA id ay5sm5421825iob.46.2021.10.22.09.07.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Oct 2021 09:07:07 -0700 (PDT) To: libc-alpha@sourceware.org Subject: [PATCH v10 4/4] NEWS: Add item for __memcmpeq Date: Fri, 22 Oct 2021 11:06:54 -0500 Message-Id: <20211022160654.1009814-4-goldstein.w.n@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211022160654.1009814-1-goldstein.w.n@gmail.com> References: <20210927203827.2852935-1-goldstein.w.n@gmail.com> <20211022160654.1009814-1-goldstein.w.n@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-11.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 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: Noah Goldstein via Libc-alpha From: Noah Goldstein Reply-To: Noah Goldstein Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) Reviewed-by: H.J. Lu diff --git a/NEWS b/NEWS index b39b1e5e33..82b7016aef 100644 --- a/NEWS +++ b/NEWS @@ -60,6 +60,10 @@ Major new features: DSO sorting algorithms. The default setting of '1' uses the current existing algorithm, while a value of '2' selects the new DFS-based algorithm. +* ABI support for a new function '__memcmpeq'. '__memcmpeq' is meant + to be used by compilers for optimizing usage of 'memcmp' when its + return value is only used for its boolean status. + Deprecated and removed features, and other changes affecting compatibility: * The r_version update in the debugger interface makes the glibc binary