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 > $ echo $? > 1
Thanks. I quickly peeked at the LoongArch ELF ABI specification and this is precisely what needs to be checked. Added a ChangeLog entry to the commit message, a reference to the bug you filed and pushed. Cheers, Mark