From patchwork Fri Jun 17 18:18:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Noah Goldstein X-Patchwork-Id: 55177 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 C5BE13857346 for ; Fri, 17 Jun 2022 18:18:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C5BE13857346 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1655489937; bh=UWsfxx+MAGa9idkXR2cxj/hFUSpcwizOzlk1Z78fvJo=; 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=HC7IzV2Iz6Xnzuejbskd+jGkZmqUzc2YcwHSWeOuZaHuSDZQKNphuD0s5qMFyoMF5 IUk2kCbJs7jY+HR6zveK9INLCxPcK0ADrCCeAWzWo2YCjrQR6hyYcO4NlF81tMohlr X6sRqn96gJfDIum5J2XcJ/27YPSjZhbPGtUBxKHQ= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-pl1-x62d.google.com (mail-pl1-x62d.google.com [IPv6:2607:f8b0:4864:20::62d]) by sourceware.org (Postfix) with ESMTPS id 77CB5385829A for ; Fri, 17 Jun 2022 18:18:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 77CB5385829A Received: by mail-pl1-x62d.google.com with SMTP id y6so4556161plg.0 for ; Fri, 17 Jun 2022 11:18:36 -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=UWsfxx+MAGa9idkXR2cxj/hFUSpcwizOzlk1Z78fvJo=; b=KEZlu6YS/Y1h2VLpWY1qQNdJkYtwnThGH8Juv+BPko61k6dJFrXmGdEumj71ELp6aT n0SpamqeP2+mrfwoSu5GzH3g3NyEOz0SziDbSZXKvRiO35ry+psDiXU/x3SAtanFzm00 RgNHaNgYda1btJiVYMbY+APDBbP7vaUJTMh6HdpweDApoIzSR8WESL2KN9Fspq6BVyL7 fFEaX4WB6UwfGUlw3lp1eTxAEp7ZU9fCit7ij5lMEOcq2/zjUUefIpGFaHUYElikWD7G ICBBC5wTOWRKGd/0ytfOJeCQFfhI8rNyrObdD52AovAQcbScELunEfCXVLRu2AdNtYdX ySLQ== X-Gm-Message-State: AJIora9JX/S+56B63V5xaWYdxhCRZ/QsuovHzj+ug/eLmxwRTLkpq1SP X5Yj9tVxFiHYRGw68KXGnDWohleLZQo= X-Google-Smtp-Source: AGRyM1s5wXif/8Nszwer6cF5dnrvSvVaL2RMYwTjwAIzl3GBl3+xhnOVeAGGu/1JbUJYu0sPCDlFsA== X-Received: by 2002:a17:902:ea0f:b0:164:1a71:bef1 with SMTP id s15-20020a170902ea0f00b001641a71bef1mr10695718plg.52.1655489915167; Fri, 17 Jun 2022 11:18:35 -0700 (PDT) Received: from noah-tgl.. ([192.55.60.47]) by smtp.gmail.com with ESMTPSA id w188-20020a6282c5000000b0051bfd13809fsm4026951pfd.119.2022.06.17.11.18.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Jun 2022 11:18:34 -0700 (PDT) To: libc-alpha@sourceware.org Subject: [PATCH v3] i386: Fix include paths for strspn, strcspn, and strpbrk Date: Fri, 17 Jun 2022 11:18:32 -0700 Message-Id: <20220617181832.1647010-1-goldstein.w.n@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220617152417.1614990-1-goldstein.w.n@gmail.com> References: <20220617152417.1614990-1-goldstein.w.n@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-12.0 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.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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" commit c22eb807b0c8125101f6a274795425be2bbd0386 Author: Noah Goldstein Date: Thu Jun 16 15:07:12 2022 -0700 x86: Rename generic functions with unique postfix for clarity Changed the names of the strspn-c, strcspn-c, and strpbrk-c files in a general refactor. It didn't change the include paths for the i386 files breaking the i386 build. This commit fixes that. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --- sysdeps/i386/i686/multiarch/strcspn-c.c | 4 ++-- sysdeps/i386/i686/multiarch/strpbrk-c.c | 4 ++-- sysdeps/i386/i686/multiarch/strspn-c.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sysdeps/i386/i686/multiarch/strcspn-c.c b/sysdeps/i386/i686/multiarch/strcspn-c.c index ec230fb383..47bfa66369 100644 --- a/sysdeps/i386/i686/multiarch/strcspn-c.c +++ b/sysdeps/i386/i686/multiarch/strcspn-c.c @@ -1,4 +1,4 @@ #if IS_IN (libc) -# define __strcspn_sse2 __strcspn_ia32 -# include +# define __strcspn_generic __strcspn_ia32 +# include #endif diff --git a/sysdeps/i386/i686/multiarch/strpbrk-c.c b/sysdeps/i386/i686/multiarch/strpbrk-c.c index 5db62053b3..9ef1708aa8 100644 --- a/sysdeps/i386/i686/multiarch/strpbrk-c.c +++ b/sysdeps/i386/i686/multiarch/strpbrk-c.c @@ -1,2 +1,2 @@ -#define __strpbrk_sse2 __strpbrk_ia32 -#include +#define __strpbrk_generic __strpbrk_ia32 +#include diff --git a/sysdeps/i386/i686/multiarch/strspn-c.c b/sysdeps/i386/i686/multiarch/strspn-c.c index bea09dea71..ce599c55a4 100644 --- a/sysdeps/i386/i686/multiarch/strspn-c.c +++ b/sysdeps/i386/i686/multiarch/strspn-c.c @@ -1,2 +1,2 @@ -#define __strspn_sse2 __strspn_ia32 -#include +#define __strspn_generic __strspn_ia32 +#include