From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 120C73858C50; Tue, 4 Oct 2022 17:32:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 120C73858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1664904743; bh=eSiqEjVrIs2otgEHjK0DdClc8Kphk8aJhUvugWfHRJs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iLT7QMlSpRQ7x73biIai0BPKTDzqY3Y63pAlrrVSQk7RqgJVVx4GK28ujSREKiIyL dwtTAzQYrDy/3EADrCg7BGinYlZqjJvANB6PxzdCErdGtqtOR3ox9Nabd2a8Ibr9yQ yfQeoGWF3OAfL3Dwz/k40rsUtc0SeGpxWHTgzs9M= 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: Tue, 04 Oct 2022 17:32:22 +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 #3 from Adhemerval Zanella --- On sparc, where static PIE is not supported but PIE is, both libc and static binaries are built with -DPIC. It leads to wrong startup code for static binaries. I will send a patch. --=20 You are receiving this mail because: You are on the CC list for the bug.=