From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B35823858439; Wed, 27 Mar 2024 03:11:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B35823858439 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711509109; bh=hSBpc1iOakRsdxonnDOzEB3Z3F+3xRidKNgFu4UpRdc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JtdpnEJt2pnKTy4SN1b3EpYkaaWWlpx1yFsthQuQpxkrKgucoXDDg/+3zVZUrnF9Q SaM286TDNLtXoNl0iFDXZpwxoReiZwb7V5C3MBEn5zuImf+SzA2OqHnwj0Roxm7CQ0 QXTDsX94nmUnkEEs/hJtu5NgTsMgXZdPzfwcLZnk= From: "raj.khem at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113986] [14 regression] Build failure on aarch64-linux-musl or if ifunc support is disabled (error: 'export_load_16' aliased to undefined symbol 'libat_load_16') Date: Wed, 27 Mar 2024 03:11:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: raj.khem at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: wilco at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113986 Khem Raj changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |raj.khem at gmail dot com --- Comment #5 from Khem Raj --- (In reply to Wilco from comment #4) > Patch: https://gcc.gnu.org/pipermail/gcc-patches/2024-February/646408.html FWIW, v2 of this patch worked fine on Yocto/qemuarm64/musl build. Run tests have not been completed yet but it looks promising.=