bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/29718] readelf prints out "<OS specific>: 10" instead of "


From: nickc at redhat dot com
Subject: [Bug binutils/29718] readelf prints out "<OS specific>: 10" instead of "IFUNC"
Date: Mon, 31 Oct 2022 10:31:49 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29718

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com

--- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Martin Liska from comment #1)

Hi Martin,

> -                && (ident = elf_getident (ebl->elf, NULL)) != NULL
> -                && ident[EI_OSABI] == ELFOSABI_LINUX)
> +                && (ident = elf_getident (ebl->elf, NULL)) != NULL)

Patch approved, but I would suggest adding a comment referring back to this PR,
just in case a future reader wonders why the OSABI field is not being checked
as well.

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]