From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 2EF473858410 for ; Thu, 28 Oct 2021 17:57:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2EF473858410 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: BVEy8DSmeNgDvc4XOGN9fqWnBI3bcwxZMiL0B5o1I2TLtI6sBab0xs25QH4XcMmWmlVMpHIFTs XXxUXFYOJranf8xUEXxSDZ2op0hIFPZ7EGDkpnFCzKJK8DKNOk9L5qLkxHVMauqVoajZs5+ICT hXXWu6XySeYLXQLdiVn2xEIqlvcZ5TuyizTv1KwXK6IB+jkd2IkXSoNHfbHs6N61MoazJkS1zt HgPIXc0n03OyeE3sRqfebMO/onxE7rb9L9xGZBIca2bPPO5t8xh0xN8dwXRBFQ29EycIkbqXw6 wX04lInzc9f/VfhHFXmjw7ph X-IronPort-AV: E=Sophos;i="5.87,190,1631606400"; d="scan'208";a="70229157" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 28 Oct 2021 09:57:07 -0800 IronPort-SDR: 24ErbYfOZzSzC9RLbQN4PXoDbd8WXFhcQZdCzyC1Rj7N7Y1pe2Hnz9UkqWQ8AUuir3Qf8T441p 5/KowFvrWns/tTj0+/nL5S9l8jxaVVAWNauk/PEICuRqOLduL7PD0eiTmrtszM752Q7K1SNU4X rUWYwZYJ6K7XkQYYjRGt5AEiy3tmB95UG7KMkEB5goqVPvA8ZhiJD6TgHfi6hKvsbBJrbfY8e0 JtLWClsybx+5+cOLznPnqc2woS0ZTgE1fUU8PsfKLdVSVw2G0vEP081n1Gzx9Zk25oY0VYiAGH YQ8= Date: Thu, 28 Oct 2021 17:57:00 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Noah Goldstein CC: Subject: Re: [PATCH v1 1/6] String: Add __memcmpeq as build target In-Reply-To: <20211027024323.1199441-1-goldstein.w.n@gmail.com> Message-ID: References: <20211027024323.1199441-1-goldstein.w.n@gmail.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-09.mgc.mentorg.com (139.181.222.9) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3117.2 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no 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 17:57:08 -0000 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.) -- Joseph S. Myers joseph@codesourcery.com