From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 30E403858436; Wed, 19 Jul 2023 12:46:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30E403858436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689770782; bh=hH12n1erYLTq4RYArSh/XfvZRxd2Bhf3Fu/43RZJcOU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q5qeBXXPwP5/ZsFK3l+QkMiYEWnwTjRiKjzqSKTq77FS1V/MuN5+7X3BB4qCpFvTv sIBZDmF8wcKz7Qx0gYmYstdwkzZ1LcDF1bZeCDp32BqB2O24eDkkWe7gDR615m9yRe niZCJ9fYhvgToqdXcUZ4nmk46j6u5F4WIrqE4ZmU= From: "adhemerval.zanella at linaro dot org" To: glibc-bugs@sourceware.org Subject: [Bug build/29575] [2.35/2.36]: Many testsuite failures when not building with "--disable-default-pie" on sparc*-linux-* Date: Wed, 19 Jul 2023 12:46:21 +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.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: adhemerval.zanella at linaro dot org X-Bugzilla-Status: NEW 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=3D29575 --- Comment #7 from Adhemerval Zanella --- (In reply to John Paul Adrian Glaubitz from comment #6) > (In reply to Adhemerval Zanella from comment #3) > > On sparc, where static PIE is not supported but PIE is, both libc and s= tatic > > binaries are built with -DPIC. It leads to wrong startup code for static > > binaries. I will send a patch. >=20 > Wasn't this issue fixed a year ago? Can we close this bug? The issue is even if static-pie is disabled for sparc64, it changes some bu= ild flags that end up using the wrong flags on the start files build. So curren= tly we still require --disable-default-pie. --=20 You are receiving this mail because: You are on the CC list for the bug.=