mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
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:

committed by
Nick Clifton

parent
d6867a7559
commit
c6056a744a
@ -1,3 +1,7 @@
|
||||
2015-10-27 Stephen Fisher <sfisher@panix.com>
|
||||
|
||||
* common.h (NT_NETBSD_MARCH): Define.
|
||||
|
||||
2015-10-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* x86-64.h (R_X86_64_GOTPCRELX): New.
|
||||
|
@ -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". */
|
||||
|
||||
|
Reference in New Issue
Block a user