From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A5023871016; Wed, 26 Jun 2024 20:57:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A5023871016 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719435451; bh=tY+DA179GB9VJTCeebEu69MuxSPTAdeiyjhUUoZv3To=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lIjbcOEPR/yF1tsa5dqR/SmZNyE8QtYGmZ1QEpGGAR5U8m8FY9QACcjS4UEC54Lva qdbK4RqGT1pPw45Z9xONM1zsEhu1htHvYEqAMh96iZrwNFY7Sh5Znu98FVEa3mEULc DLzeaQL/WITaV97qn4KqNu95xzmY3Asq4o0owfyU= From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115643] aarch64-w64-mingw32 support today breaks x86_64-w64-mingw32 build cannot represent relocation type BFD_RELOC_64 Date: Wed, 26 Jun 2024 20:57:30 +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: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115643 --- Comment #8 from Uro=C5=A1 Bizjak --- (In reply to Evgeny Karpov from comment #7) > Thanks for pointing that out! The fix will be included in the patch that > fixes the regression. While there, can you perhaps rename: PE_COFF_EXTERN_DECL_SHOULD_BE_LEGITIMIZED to PE_COFF_LEGITIMIZE_EXTERN_DECL ?=