From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 B91723858405 for ; Thu, 28 Oct 2021 18:25:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B91723858405 Received: by mail-pj1-x1031.google.com with SMTP id ls14-20020a17090b350e00b001a00e2251c8so5436336pjb.4 for ; Thu, 28 Oct 2021 11:25:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=c3a8LMSXXdmZWpd1yQWauFxN1yiVLFh1RnsxNqmA7Zs=; b=QkABKDO6qziXAU5vCxMcJAQEwenwnMpFa2oWAENh0liO7m/S4S2LaruSfH4UwbWH8t KInaTm68pu+sUE2IDUozNSSGIsGqmsyIm3XhCZ5wINmwSBOd8YmUmfXZ+hrnCM+kT6lV 5AuSzkx6vPTObV1XctWy+ir1LLi1FR8W6Mny78vmQDfWEG3/JTyC+3pMiQMht5YSJGvp myia9zZXgJu3yl3HGGC6YYLgq9qkW8egdH+H6sJJPNOU51L7Pbhs4DCUlTvA9q0dp7N1 WsBq7+QGzvJFgVdUy2tqcBEbsoKEONyFuLL5n0A0Gk5pA47kug+xk802HlpRzJec0/rl sBhA== X-Gm-Message-State: AOAM530VK4ncejAJ2x/XvrBVajPxbYkEXQ+lNzz7cOn16KAUM+Rc2bul 8Y/reLPC1Kb6aoMDWS8SV2lFXB6O5ngiZyEV6JUbqVxL X-Google-Smtp-Source: ABdhPJy/7DO90RswYJekCMZ07D2jGKE/ZabKw8cVqUN5FSHnoVPxn/PmfuskLF+vFWjTYnWHqX1fP5gOGkEhDGGWjr8= X-Received: by 2002:a17:90b:1c8f:: with SMTP id oo15mr14730942pjb.87.1635445525899; Thu, 28 Oct 2021 11:25:25 -0700 (PDT) MIME-Version: 1.0 References: <20211027024323.1199441-1-goldstein.w.n@gmail.com> In-Reply-To: From: Noah Goldstein Date: Thu, 28 Oct 2021 13:25:14 -0500 Message-ID: Subject: Re: [PATCH v1 1/6] String: Add __memcmpeq as build target To: Joseph Myers Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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-List-Received-Date: Thu, 28 Oct 2021 18:25:29 -0000 On Thu, Oct 28, 2021 at 12:57 PM Joseph Myers wrote: > > One of the patches in this series has broken the testsuite build for > x86_64 --disable-multi-arch. > > string/tester.o: in function `test_memcmpeq': > /scratch/jmyers/glibc-bot/src/glibc/string/tester.c:1456: undefined reference to `__memcmpeq' > > https://sourceware.org/pipermail/libc-testresults/2021q4/008775.html > > (11c88336e3013653d473fd58d8658d0cd30887e3 was OK, > 9b7cfab1802b71763da00982f772208544cf4a95 fails, so it's definitely > something in this series.) > Yup. Was able to reproduce. Sorry only tested build not full xcheck with --disable-multi-arch. Have a fix. Testing right now. > -- > Joseph S. Myers > joseph@codesourcery.com