https://sourceware.org/bugzilla/show_bug.cgi?id=30251
Mark Wielaard changed:
What|Removed |Added
Resolution|--- |FIXED
CC|
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
>
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
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