From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 71B5D3858D32; Thu, 2 Nov 2023 07:59:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 71B5D3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698911984; bh=H4ExFdLLylDu02aXQJS5JzrBuLrRoGktXa8hES8ujzM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HfGkpk4XFa55rcHpUmHq19PelG4iNUh3Z6Fw1M4hMLyJHdmRpkI4/+yIMyf4nCqu/ ydBQNI3D/EeXVzc5NGxv6wP/sQL5W8886Tqn5wq+4pvrwG5LZJr2qL6/TNqGJvVQF2 uxyYU5+jr49E+Mwwbdv5zrLMtYta18UoQ2qGPm+c= From: "chenglulu at loongson dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112330] [14 Regression] LoongArch: Bootstrap failure with GAS 2.41 Date: Thu, 02 Nov 2023 07:59:44 +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: assemble-failure, build X-Bugzilla-Severity: normal X-Bugzilla-Who: chenglulu at loongson dot cn 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=3D112330 --- Comment #12 from chenglulu --- (In reply to Xi Ruoyao from comment #11) > I cherry-picked f87cf663af71e5d78c8d647fa48562102f3b0615 for Binutils 2.41 > and get some better error message: >=20 > t.s:98064: Error: Reloc overflow > t.s:101127: Error: Reloc overflow > t.s:101453: Error: Reloc overflow > t.s:101555: Error: Reloc overflow >=20 > t.s is the assembly file in attachments. 1fb3cdd87ec61715a5684925fb6d6a6cf53bb97c is also required=EF=BC=8E=