From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4F42E3858C52; Mon, 20 Mar 2023 22:37:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4F42E3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679351830; bh=k4tQq5l26bfVrlZmnTC+LfJ1hERcQh3eLqutXZ4JA5I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nbX+hXUc4oWCwUD7Ple55lnthfQ1/mNUqoclS9g6XuMRtHbzJd6FO20nnoEowXyam 0UY52gyKRoLSy4Mu+5T3ofa5y2A/kSFsg9LvRF0gjYnSP/hw315IyBYq2XoaFuTIel X+43gejgywZHfTm6isS018ZvJqn2COhWZfXanhkg= From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug backends/30251] eu-elflint is broken on LoongArch Date: Mon, 20 Mar 2023 22:37:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: backends X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30251 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |mark at klomp dot org Status|UNCONFIRMED |RESOLVED --- Comment #1 from Mark Wielaard --- Thanks, that looks perfect. Pushed as: commit b2871fa8d430e2c5fb39e3ebc6745ea32f1bddb4 Author: Alexey Sheplyakov Date: Mon Mar 20 18:45:02 2023 +0400 LoongArch: implemented a basic machine flag check With this patch I can use eu-elflint to verify LoongArch ELF binaries. Previously eu-elflint was complaining about invalid machine flags: $ ./src/elflint --gnu-ld ./src/elflint invalid machine flags: 0x43 $ echo $? 1 * backends/loongarch_symbol.c (loongarch_init): Hook machine_flag_check. * backends/loongarch_symbol.c (loongarch_machine_flag_check): New function. https://sourceware.org/bugzilla/show_bug.cgi?id=3D30251 Signed-off-by: Alexey Sheplyakov --=20 You are receiving this mail because: You are on the CC list for the bug.=