From patchwork Mon Aug 9 14:16:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 44615 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 D91373894C3F for ; Mon, 9 Aug 2021 14:18:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D91373894C3F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1628518734; bh=Jh6gjvfi39OwXu/G/ZEn8XHLFH/P2ZHYL/3kDnb7xG8=; 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=uFRaNXH8a+wfmBmgHk8BfbBVYrwP7nmLasGVegXljbq0yACCP9kr5XiEaabD8K8bA uLW9tlqWDwPMAGGm+e/P7jXb/mo+cmsh5onKqPtDZPFrtlkOTXkf20QHQd2/4EuOuF UxkaJb4Cqy4LIUNE9qH0t4LUs6lBV4ELTvnv4/oM= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-pj1-x102f.google.com (mail-pj1-x102f.google.com [IPv6:2607:f8b0:4864:20::102f]) by sourceware.org (Postfix) with ESMTPS id 59407385C411 for ; Mon, 9 Aug 2021 14:17:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 59407385C411 Received: by mail-pj1-x102f.google.com with SMTP id gz13-20020a17090b0ecdb0290178c0e0ce8bso51392pjb.1 for ; Mon, 09 Aug 2021 07:17:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Jh6gjvfi39OwXu/G/ZEn8XHLFH/P2ZHYL/3kDnb7xG8=; b=cd2Bsdi3hSdXI1/zXFn/kolVQ4+CCQmDX7Ae/s+5oQpCZ4tMU2/IFesWzrSIYqLLKG LxRwx4XaH0WzAGfQnnH7Tk/V3xd2ty1IQGo4P/myMUSZyvTrSOtCUdAm/7NGgTQjJqDp QwfRSlHrz7PpdHSHJYF6F7eRBKIY9ReHVkxqd2u+GxzTJwn8RG2cg/UNghBYq7qjQ5qn B/iphV8Q2Kqa5/63qRvwExTyN/e+jAUD7a0KAum+0cuPtzFO4ilakcVUR/X0Olf54YZy 0cJ9s7QvETELlh2Gs+5cRsGWalW9t4cV/qk7shnzfulcSn72PC4arjzMy5mp4CzgNSEG p+gg== X-Gm-Message-State: AOAM533UxGAxXhhqvYeMgj+U6UZnWFlxfVc4QuzF1JFgpfWTUDMTUIdk cyTdXz3pAbQ6vtf5h3AmvZXP2+Qg/uQ= X-Google-Smtp-Source: ABdhPJzR469r6OiSZOIXWht6kgpPF6WiJGYObXpcy3diVrbZrAEKPI0MphvYi5P2Ahc03/NJtiWOcw== X-Received: by 2002:a65:400a:: with SMTP id f10mr107050pgp.327.1628518621550; Mon, 09 Aug 2021 07:17:01 -0700 (PDT) Received: from gnu-cfl-2.localdomain ([172.58.38.240]) by smtp.gmail.com with ESMTPSA id c11sm12352591pji.24.2021.08.09.07.17.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Aug 2021 07:17:01 -0700 (PDT) Received: from gnu-cfl-2.. (localhost [IPv6:::1]) by gnu-cfl-2.localdomain (Postfix) with ESMTP id 13318C033B; Mon, 9 Aug 2021 07:16:59 -0700 (PDT) To: libc-alpha@sourceware.org Subject: [PATCH v2 1/2] i686: Don't include multiarch memove in libc.a Date: Mon, 9 Aug 2021 07:16:58 -0700 Message-Id: <20210809141659.2075052-2-hjl.tools@gmail.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210809141659.2075052-1-hjl.tools@gmail.com> References: <20210809141659.2075052-1-hjl.tools@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-3033.5 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: "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" On i686, there is no multiarch memove in libc.a, don't include multiarch memove in ifunc-impl-list.c in libc.a. --- sysdeps/i386/i686/multiarch/ifunc-impl-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/i386/i686/multiarch/ifunc-impl-list.c b/sysdeps/i386/i686/multiarch/ifunc-impl-list.c index 4e3cc56fa3..d3365cdc9d 100644 --- a/sysdeps/i386/i686/multiarch/ifunc-impl-list.c +++ b/sysdeps/i386/i686/multiarch/ifunc-impl-list.c @@ -84,7 +84,6 @@ __libc_ifunc_impl_list (const char *name, struct libc_ifunc_impl *array, __memmove_chk_sse2_unaligned) IFUNC_IMPL_ADD (array, i, __memmove_chk, 1, __memmove_chk_ia32)) -#endif /* Support sysdeps/i386/i686/multiarch/memmove.S. */ IFUNC_IMPL (i, name, memmove, @@ -95,6 +94,7 @@ __libc_ifunc_impl_list (const char *name, struct libc_ifunc_impl *array, IFUNC_IMPL_ADD (array, i, memmove, CPU_FEATURE_USABLE (SSE2), __memmove_sse2_unaligned) IFUNC_IMPL_ADD (array, i, memmove, 1, __memmove_ia32)) +#endif /* Support sysdeps/i386/i686/multiarch/memrchr.S. */ IFUNC_IMPL (i, name, memrchr,