From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.CeBiTec.Uni-Bielefeld.DE (smtp.CeBiTec.Uni-Bielefeld.DE [129.70.160.84]) by sourceware.org (Postfix) with ESMTPS id 322ED3858D32; Thu, 30 Nov 2023 09:30:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 322ED3858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=CeBiTec.Uni-Bielefeld.DE Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cebitec.uni-bielefeld.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 322ED3858D32 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=129.70.160.84 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701336652; cv=none; b=mID3MtSeL992IGnNBEK+rvDV3tPKATAo40HzocxoZtZUvVOvh8CX3IljV3vdJ3m7lRbylxrjv+fVzRhf2NFbOBXUsqM/WkTCUZqcjydwo8+2BTmdckUdBFkH/gOeMSdvrH/53f6hgA5NVBttpcxEJx2/a3LJ4Pt+Fm7Fwde7mSQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701336652; c=relaxed/simple; bh=EgTRA+lT1CBtLohmP08nKNZM6G7wL8PrCeDKmnICmCo=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=XkZVHv/fBGFDPITAv3did8zkBwPjfMqXmFFjptGv8Av+5h/Tuj5FPm3aHlh7J4k6awwyKJLOH/UOvi4NNGtCeXafOys3o54J0ZRPM/2LKJMT+hfWYJaITEVyzcjZP+oLIkGxKhdWjvwvHUOIKDT9Bf3ziiVVQ+2G/THFNvbqccs= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost (localhost [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 38714C5DC3; Thu, 30 Nov 2023 10:30:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= cebitec.uni-bielefeld.de; h=content-type:content-type :mime-version:user-agent:message-id:date:date:subject:subject :from:from:received:received; s=20200306; t=1701336647; bh=EgTRA +lT1CBtLohmP08nKNZM6G7wL8PrCeDKmnICmCo=; b=WdcYs5skcIT/n0HCTnJ3E TY9Yw6q9qyvktWvVR2bRp4CJcEJjxTDAqOw7I6MGfjeughg44dzJUGyfjkLp99q8 Lp7oTvGClcqvRi9p1E+lfQG12bhu74Egaag3VPQRkrQmRSg41kXeUpNoaiuN12aB cBQrb8wSd5fKAL3mhMVwslz1pnTgmNL10d449gpgpvHIkRM2bgsIAKz6StKOtqoq aTjWAW5pvXmvk1SReVVX5mf8FkXxcbIcW0elfmTe3y4tjAWJkLD/tOTlvEzNb5E1 8+Y1dWHsT3oU3+UXDSvfDV51b5Ll08GyMh96c1kW3tKwsSMSnjbD/hIGd64L+Gx/ Q== X-Virus-Scanned: amavisd-new at cebitec.uni-bielefeld.de Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (smtp.cebitec.uni-bielefeld.de [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ztbekaOuw4gE; Thu, 30 Nov 2023 10:30:47 +0100 (CET) Received: from manam.CeBiTec.Uni-Bielefeld.DE (p4fddb508.dip0.t-ipconnect.de [79.221.181.8]) (Authenticated sender: ro) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPSA id B56E7C5E57; Thu, 30 Nov 2023 10:30:47 +0100 (CET) From: Rainer Orth To: gcc-patches@gcc.gnu.org Cc: libstdc++@gcc.gnu.org, Ian Lance Taylor Subject: [PATCH] libgo, libstdc++: Regenerate GCC_CHECK_ASSEMBLER_HWCAP users Date: Thu, 30 Nov 2023 10:30:46 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3785.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 List-Id: After Author: Rainer Orth Date: Thu Nov 30 10:06:23 2023 +0100 libiberty: Disable hwcaps for sha1.o the gcc-autoregen bot correctly complained that the libgo and libstdc++ configure scripts hadn't been regenerated. I'd have commited the following as obvious (just whitespace change), but since libgo is imported from upstream, I'm uncertain how best to handle that part. This patch regenerates the other users of the GCC_CHECK_ASSEMBLER_HWCAP macro. No functional changes. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University 2023-11-30 Rainer Orth libgo: * configure: Regenerate. libstdc++-v3: * configure: Regenerate.