From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3A64A3857C48; Wed, 17 Nov 2021 18:37:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3A64A3857C48 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1637174244; bh=XEgJWt14sDkHY0JJRe+yX7abEQdVr5lH8jH2G6Q1Ixo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=L1d9ESYoeDUXMJ2aa4ja8dr0pLuJGQwiJFz+vIr1OWHQ6Zbj/hpfqoMawCJW+vlrx 5Hrwb7cxJo53Z1iMxHd/06e/Jbi8l5LKiZZWiuuKDzQezd8TIiSaFXmOJWy16fSQq/ IGQCWd5oO8lXk0r918KVxKirbdRrOSsysZhPRIyo= From: "mark at klomp dot org" To: debugedit@sourceware.org Subject: [Bug debugedit/28599] 5.0 test failures on mips64el-linux-gnu Date: Wed, 17 Nov 2021 18:37:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: debugedit X-Bugzilla-Component: debugedit X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org 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: cc 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 X-BeenThere: debugedit@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: debugedit development mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2021 18:37:24 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28599 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org --- Comment #1 from Mark Wielaard --- I am not sure what is going wrong here. The is some special case code for MIPS in tools/debugedit.c: case SHT_MIPS_DWARF: /* According to the specification, all MIPS .debug_* sections are marked with ELF type SHT_MIPS_DWARF. As SHT_MIPS_DWARF is from processor-specific range, we have to check that we're actually dealing with MIPS ELF file before handling such sections. */ if (dso->ehdr.e_machine !=3D EM_MIPS && dso->ehdr.e_machine !=3D EM_MIPS_RS3_LE) { break; } Maybe that needs updating for mips64? There also is no specific handling of MIPS relocations in relbuf_setup. --=20 You are receiving this mail because: You are on the CC list for the bug.=