From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from server.nextmovesoftware.com (server.nextmovesoftware.com [162.254.253.69]) by sourceware.org (Postfix) with ESMTPS id 6A37D3858D32 for ; Sun, 28 Jan 2024 16:24:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6A37D3858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nextmovesoftware.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nextmovesoftware.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6A37D3858D32 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=162.254.253.69 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706459049; cv=none; b=hq4yAwbTkzGqmyFutaXgFBHZ32mw4V/bi2vQ+D/fc9Kc5U7cn8d/YT6TVQU34TRVEV85p3EuJFzC+lVg5olKD83nZFlw/c3y+lEKXThaqvHDb633CjGvTX3W0EIjE+5YKmh4n6usEHB9xOT2fCZ6TChIl/MWmNCCihuX8DFZuL0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706459049; c=relaxed/simple; bh=gR12QkQ4YDF5cxnGj5G1gnOvSBCVGGq78O3jyKoi798=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=WDrKPW/ubf8/w79jkbYJKhasr4PMuJe75IbFaF7D+YbYvQH4Kcd12kUAIETrXF3gu3pY6WNFYwJOwnfteKKUL1BFfwnGP8gg6CNGR3UIObEAKupcHnYDYGGVlQRSYGQ9f9Ug4B5+8C3Qy3oX2V3PUhKyrjsZbsgw0ckdP/E+iww= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nextmovesoftware.com; s=default; h=Content-Type:MIME-Version:Message-ID: Date:Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Xg2LimUE9UJJSsTCOYtbGZNBZwbe8yH/CRkPgAX+ciI=; b=lk5lUqz+PW5A6mOm7MC3oarWtQ Kj3EQVnJTCb59RjHM31Q13WCvSFhwR/w90k645oShg5ccNss+0M0tZTPY1OmpqfhnQyJYvKoqkb+9 rR+A9vrkSuVUBhhwBqJ06pXpy/uE03eBD22Lp92lAuAqb1FxqWp2nD/VCm7QpcYl3m9iAhgwin7Hz b88mCqFN1exrpw9EVWyLsBCVQjrYpZCqNGOU73u0ccTyhACMGy28mzcmfT9cGTg/EtGVkTRCQpfMZ c2A+lNSf2okRNI+3W4jUaxS5PAHSkmnBmwsy2+hpE/kAMThoq1lVRp490kZZcvFaZ4yMB/50MPZ0M 80s3Ta7A==; Received: from host86-160-20-123.range86-160.btcentralplus.com ([86.160.20.123]:54892 helo=Dell) by server.nextmovesoftware.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.2) (envelope-from ) id 1rU7x0-0005ay-1D for gcc-patches@gcc.gnu.org; Sun, 28 Jan 2024 11:24:06 -0500 From: "Roger Sayle" To: Subject: [libatomic PATCH] PR other/113336: Fix libatomic testsuite regressions on ARM. Date: Sun, 28 Jan 2024 16:24:04 -0000 Message-ID: <022801da5206$69e5a4f0$3db0eed0$@nextmovesoftware.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0229_01DA5206.69E5A4F0" X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdpSBfmkUp0ZXaiqQ/ii45aZfeHcew== Content-Language: en-gb X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server.nextmovesoftware.com X-AntiAbuse: Original Domain - gcc.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - nextmovesoftware.com X-Get-Message-Sender-Via: server.nextmovesoftware.com: authenticated_id: roger@nextmovesoftware.com X-Authenticated-Sender: server.nextmovesoftware.com: roger@nextmovesoftware.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Status: No, score=-12.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,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: This is a multipart message in MIME format. ------=_NextPart_000_0229_01DA5206.69E5A4F0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This patch is a revised version of the fix for PR other/113336. This patch has been tested on arm-linux-gnueabihf with --with-arch=armv6 with make bootstrap and make -k check where it fixes all of the FAILs in libatomic. Ok for mainline? 2024-01-28 Roger Sayle Victor Do Nascimento libatomic/ChangeLog PR other/113336 * Makefile.am: Build tas_1_2_.o on ARCH_ARM_LINUX * Makefile.in: Regenerate. Thanks in advance. Roger -- ------=_NextPart_000_0229_01DA5206.69E5A4F0 Content-Type: text/plain; name="patch2.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patch2.txt" diff --git a/libatomic/Makefile.am b/libatomic/Makefile.am=0A= index cfad90124f9..eb04fa2fc60 100644=0A= --- a/libatomic/Makefile.am=0A= +++ b/libatomic/Makefile.am=0A= @@ -139,6 +139,7 @@ if ARCH_ARM_LINUX=0A= IFUNC_OPTIONS =3D -march=3Darmv7-a+fp -DHAVE_KERNEL64=0A= libatomic_la_LIBADD +=3D $(foreach s,$(SIZES),$(addsuffix = _$(s)_1_.lo,$(SIZEOBJS)))=0A= libatomic_la_LIBADD +=3D $(addsuffix _8_2_.lo,$(SIZEOBJS))=0A= +libatomic_la_LIBADD +=3D tas_1_2_.lo=0A= endif=0A= if ARCH_I386=0A= IFUNC_OPTIONS =3D -march=3Di586=0A= ------=_NextPart_000_0229_01DA5206.69E5A4F0--