Add support to readelf for reading NetBSD ELF core notes.
binutils * binutils.c (process_netbsd_elf_note): New function. (process_note): Call the new function for NetBSD core notes. include * common.h (NT_NETBSD_MARCH): Define.
This commit is contained in:
parent
d6867a7559
commit
c6056a744a
4 changed files with 48 additions and 0 deletions
|
@ -642,6 +642,7 @@
|
|||
/* Values for NetBSD .note.netbsd.ident notes. Note name is "NetBSD". */
|
||||
|
||||
#define NT_NETBSD_IDENT 1
|
||||
#define NT_NETBSD_MARCH 5
|
||||
|
||||
/* Values for OpenBSD .note.openbsd.ident notes. Note name is "OpenBSD". */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue