From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B9EE93858C2A; Wed, 17 Jan 2024 13:12:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B9EE93858C2A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705497172; bh=l8KbnAFQTViVlNk8RKiwOtRMIzHe0jRHEMmvtQoDUD0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mLJ5Tap60t/Jp8TM2g61WI9m3DgaEQU0+y0wX2Vy44YXDpEuZ6hqnUWQegj+hMKjQ bYQfcLpZFc+5c4truSUexUEwhJngG2tpODm29neGTcf+U4H8BKRd03B8otIxwlZhpD 0YNDhlgCYtNCRypAecskld9iSPChTcYURM3/OM1E= From: "adhemerval.zanella at linaro dot org" To: glibc-bugs@sourceware.org Subject: [Bug libc/27574] glibc should probably not define __WORDSIZE=64 for __sparcv9 Date: Wed, 17 Jan 2024 13:12:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.31 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: adhemerval.zanella at linaro dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: 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=3D27574 --- Comment #1 from Adhemerval Zanella --- I think it does make sense on sparc64 wordsize to check even define __WORDS= IZE to 64 (since there is no support for x32-like ABI). It should be only: #define __WORDSIZE 32 #define __WORDSIZE_TIME64_COMPAT32 0 #define __WORDSIZE32_SIZE_ULONG 0 #define __WORDSIZE32_PTRDIFF_LONG 0 --=20 You are receiving this mail because: You are on the CC list for the bug.=