[Bug backends/30251] eu-elflint is broken on LoongArch

2023-03-20 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30251 Mark Wielaard changed: What|Removed |Added Resolution|--- |FIXED CC|

Re: [PATCH] LoongArch: implemented a basic machine flag check

2023-03-20 Thread Mark Wielaard
Hi Alexey, On Mon, Mar 20, 2023 at 06:45:02PM +0400, Alexey Sheplyakov wrote: > 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 >

[Bug backends/30251] New: eu-elflint is broken on LoongArch

2023-03-20 Thread asheplyakov at basealt dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30251 Bug ID: 30251 Summary: eu-elflint is broken on LoongArch Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: b

[PATCH] LoongArch: implemented a basic machine flag check

2023-03-20 Thread Alexey Sheplyakov
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 Signed-off-by: Alexey Sheplyakov --- backends/loongarch_init.c | 1 + backen