From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 240C13858417; Sun, 6 Nov 2022 15:08:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 240C13858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667747293; bh=kkuT8wFakSTZ03+wd9+TMRX9FafgsQ+cRLiNK475OUg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ouPmH9jLlVy0k1Fmp5V6kn6N5c1Mu6/Hc31BZJJGDH3UMTqvt6zml8JoVcbzntwiO 89eabN2zzsIUanXprAigS2edBFMltDEZYrLfB6WQ6asAuX1tQgpnPZaTueXPtcD8gE pA6fk3i9umcbDelECeijqMwJognic6Mdc2XWIOJk= From: "glaubitz at physik dot fu-berlin.de" 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: Sun, 06 Nov 2022 15:08:06 +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: glaubitz at physik dot fu-berlin.de 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 #4 from John Paul Adrian Glaubitz --- FWIW, this issue affects sh4 as well. Unless glibc is built with "--disable-default-pie", building a static busyb= ox binary on sh4 fails with the following linker errors: (...) /usr/bin/ld: /usr/lib/gcc/sh4-linux-gnu/12/../../../sh4-linux-gnu/libc.a(kill.o)(.text+0= x3a): unexpected instruction 0XA005 (expected 0xd0??: mov.l) /usr/bin/ld: /usr/lib/gcc/sh4-linux-gnu/12/../../../sh4-linux-gnu/libc.a(kill.o)(.text+0= x3c): unexpected instruction 0XE0FF (expected 0x0?12: stc) /usr/bin/ld: /usr/lib/gcc/sh4-linux-gnu/12/../../../sh4-linux-gnu/libc.a(kill.o)(.text+0= x3e): unexpected instruction 0X09 (expected 0x0?ce: mov.l) /usr/bin/ld: /usr/lib/gcc/sh4-linux-gnu/12/../../../sh4-linux-gnu/libc.a(uname.o)(.text+= 0x3a): unexpected instruction 0XA005 (expected 0xd0??: mov.l) /usr/bin/ld: /usr/lib/gcc/sh4-linux-gnu/12/../../../sh4-linux-gnu/libc.a(uname.o)(.text+= 0x3c): unexpected instruction 0XE0FF (expected 0x0?12: stc) /usr/bin/ld: /usr/lib/gcc/sh4-linux-gnu/12/../../../sh4-linux-gnu/libc.a(uname.o)(.text+= 0x3e): unexpected instruction 0X09 (expected 0x0?ce: mov.l) /usr/bin/ld: /usr/lib/gcc/sh4-linux-gnu/12/../../../sh4-linux-gnu/libc.a(alarm.o)(.text+= 0x3a): unexpected instruction 0XA005 (expected 0xd0??: mov.l) /usr/bin/ld: /usr/lib/gcc/sh4-linux-gnu/12/../../../sh4-linux-gnu/libc.a(alarm.o)(.text+= 0x3c): unexpected instruction 0XE0FF (expected 0x0?12: stc) /usr/bin/ld: /usr/lib/gcc/sh4-linux-gnu/12/../../../sh4-linux-gnu/libc.a(alarm.o)(.text+= 0x3e): unexpected instruction 0X09 (expected 0x0?ce: mov.l) /usr/bin/ld: /usr/lib/gcc/sh4-linux-gnu/12/../../../sh4-linux-gnu/libc.a(vfork.o)(.text+= 0x26): unexpected instruction 0XA005 (expected 0xd0??: mov.l) (...) See: https://buildd.debian.org/status/fetch.php?pkg=3Dbusybox&arch=3Dsh4&ver=3D1= %3A1.35.0-4&stamp=3D1667730661&raw=3D0 --=20 You are receiving this mail because: You are on the CC list for the bug.=