From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E07B93871016; Wed, 26 Jun 2024 20:18:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E07B93871016 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719433122; bh=XQVtSsjgJ2q2Ct5lqqTYXTJo1o+QX5MHAKwXNcaAKUc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qFWu5tR1RYMotqdm/VOz6a+D9pEgXWC3IUBZ81scCiBmLRUGiC6TCDlwWIgxyy0bd p67Df0xbPlSEXkg3gVWp34b/ioCnSgNSWtU1MWe1HVQ9SUwwKLlazUldfEkJgnJcZB l5w1eEomHoFXz4CEOgxjn++BGeLHjTHlf8MMZIlo= From: "slyfox at gcc dot gnu.org" 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:18:42 +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: slyfox at gcc dot gnu.org 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 #5 from Sergei Trofimovich --- Bisected down to r15-1602-ged20feebd9ea31=20 commit ed20feebd9ea31d58861f61205bd412b0c3febd0 Author: Evgeny Karpov Date: Mon Jun 24 12:46:54 2024 +0000 Adjust DLL import/export implementation for AArch64=