From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3EAF0385840C; Wed, 17 Jan 2024 13:32:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3EAF0385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705498324; bh=9YsUMN83CHwut6Ex6twEhwm4Gg6Yr7mX0KUJzDFVBNw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RB/EpG8mTH/kg9e9cox5429sdI/Xd8xcENpm55H0U0KW6AHRzEEJcA4zxJvWW5FWI XI7eBXAM3BiVKiNZ8yMyUpYjLlyFX2AJKNsn+TR9Izt5VQg1/j3mvlDio00nv880zR eHC5Tp2stOEF76DJ9P6quU16LtbKTfZ2vmUW6ggA= From: "adhemerval.zanella at linaro dot org" To: glibc-bugs@sourceware.org Subject: [Bug build/19477] sparc64 build fails for default v9 targets: sparc64/soft-fp/qp_itoq.c requires v9a+ Date: Wed, 17 Jan 2024 13:32:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.23 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: adhemerval.zanella at linaro dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: davem at davemloft dot net X-Bugzilla-Target-Milestone: 2.25 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D19477 --- Comment #6 from Adhemerval Zanella --- (In reply to John Paul Adrian Glaubitz from comment #5) > (In reply to Adhemerval Zanella from comment #4) > > Since 9c8addbc1cd414711310c5a47693f5b0f0b9be3a (2.25) when building for > > sparc64 the build assumes VIS support (v9a). >=20 > What does that mean? Support for SPARC V9 was silently dropped? I don't think it was even supported [1], we have VIS code forever: $ git grep "fzero" sysdeps/sparc/sparc64/ sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: fzero ZERO sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: fzeros ZERO sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: fzero ZERO sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: fzeros ZERO sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: fzero ZERO sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: fzeros ZERO sysdeps/sparc/sparc64/fpu/s_lrint.S: fzero ZERO sysdeps/sparc/sparc64/fpu/s_lrintf.S: fzeros ZERO sysdeps/sparc/sparc64/fpu/s_nearbyint.S: fzero ZERO sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: fzeros ZERO sysdeps/sparc/sparc64/fpu/s_rint.S: fzero ZERO sysdeps/sparc/sparc64/fpu/s_rintf.S: fzeros ZERO sysdeps/sparc/sparc64/memset.S: fzero %f0 sysdeps/sparc/sparc64/memset.S: fzero %f2 sysdeps/sparc/sparc64/sfp-machine.h: __asm__ __volatile__("fzero %%f62\n\t" \ sysdeps/sparc/sparc64/sfp-machine.h: __asm ("fzero %%f62\n\t"=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 \ (So all the work I did for the vis3 ifunc support is pretty much useless) [1] https://sourceware.org/pipermail/libc-alpha/2016-August/073651.html --=20 You are receiving this mail because: You are on the CC list for the bug.=