Implement NT_NETBSDCORE_LWPSTATUS (NetBSD-Core)
bfd/ChangeLog: * elf.c (elfcore_grok_netbsd_note): Add support for NT_NETBSDCORE_LWPSTATUS notes. binutils/ChangeLog: * readelf.c (get_netbsd_elfcore_note_type): Add support for NT_NETBSDCORE_LWPSTATUS notes. include/ChangeLog: * elf/common.h (NT_NETBSDCORE_LWPSTATUS): New define.
This commit is contained in:
+5
-1
@@ -1,4 +1,8 @@
|
||||
2020-03-13 Kamil Rytarowski <n54@gmx.de>
|
||||
2020-03-13 Kamil Rytarowski <n54@gmx.com>
|
||||
|
||||
* elf/common.h (NT_NETBSDCORE_LWPSTATUS): New define.
|
||||
|
||||
2020-03-13 Kamil Rytarowski <n54@gmx.com>
|
||||
|
||||
* elf/common.h (NT_NETBSDCORE_AUXV): New define.
|
||||
|
||||
|
||||
@@ -687,6 +687,7 @@
|
||||
|
||||
#define NT_NETBSDCORE_PROCINFO 1 /* Has a struct procinfo */
|
||||
#define NT_NETBSDCORE_AUXV 2 /* Has auxv data */
|
||||
#define NT_NETBSDCORE_LWPSTATUS 24 /* Has LWPSTATUS data */
|
||||
#define NT_NETBSDCORE_FIRSTMACH 32 /* start of machdep note types */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user