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:
Stephen Fisher 2015-10-27 11:32:38 +00:00 committed by Nick Clifton
parent d6867a7559
commit c6056a744a
4 changed files with 48 additions and 0 deletions

View file

@ -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". */