aboutsummaryrefslogtreecommitdiff
path: root/include/elf
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2020-03-13 21:27:40 +0100
committerKamil Rytarowski <n54@gmx.com>2020-03-13 21:27:40 +0100
commit9fcbd8a90a92bf303c41be816040789e1ed6cf4e (patch)
treefca4dd26cd84d5dc3e836d1cb0621b6acdb26161 /include/elf
parentabf874aafe3d717573e4a48bf0e3c6334e666a55 (diff)
downloadgdb-9fcbd8a90a92bf303c41be816040789e1ed6cf4e.zip
gdb-9fcbd8a90a92bf303c41be816040789e1ed6cf4e.tar.gz
gdb-9fcbd8a90a92bf303c41be816040789e1ed6cf4e.tar.bz2
Register NT_NETBSDCORE_AUXV (NetBSD-Core)
* elf/common.h (NT_NETBSDCORE_AUXV): New define.
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 18c898c..755c791 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -686,6 +686,7 @@
must start with "NetBSD-CORE". */
#define NT_NETBSDCORE_PROCINFO 1 /* Has a struct procinfo */
+#define NT_NETBSDCORE_AUXV 2 /* Has auxv data */
#define NT_NETBSDCORE_FIRSTMACH 32 /* start of machdep note types */