From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 71DE13856DE3 for ; Fri, 17 Jun 2022 16:13:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 71DE13856DE3 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-617-PpTVZRD8Od2Y5qtoHr1ieQ-1; Fri, 17 Jun 2022 12:13:45 -0400 X-MC-Unique: PpTVZRD8Od2Y5qtoHr1ieQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 16654185A794; Fri, 17 Jun 2022 16:13:45 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.193.40]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 62BEA2026987; Fri, 17 Jun 2022 16:13:44 +0000 (UTC) From: Florian Weimer To: Noah Goldstein via Libc-alpha Subject: Re: [PATCH v1] x86-32: Fix include paths for strspn, strcspn, and strpbrk References: <20220617152417.1614990-1-goldstein.w.n@gmail.com> Date: Fri, 17 Jun 2022 18:13:42 +0200 In-Reply-To: <20220617152417.1614990-1-goldstein.w.n@gmail.com> (Noah Goldstein via Libc-alpha's message of "Fri, 17 Jun 2022 08:24:17 -0700") Message-ID: <87mtebxo7d.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, 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-List-Received-Date: Fri, 17 Jun 2022 16:13:52 -0000 * Noah Goldstein via 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 > x86-32 files breaking the x32 build. This commit fixes that. =E2=80=9Ci386 build=E2=80=9D I think. We generally use x32 for the 32-bit = architecture with the x86-64 instruction set. Thanks, Florian