Register NT_NETBSDCORE_AUXV (NetBSD-Core)
authorKamil Rytarowski <n54@gmx.com>
Fri, 13 Mar 2020 20:27:40 +0000 (21:27 +0100)
committerKamil Rytarowski <n54@gmx.com>
Fri, 13 Mar 2020 20:27:40 +0000 (21:27 +0100)
* elf/common.h (NT_NETBSDCORE_AUXV): New define.

include/ChangeLog
include/elf/common.h

index 45fedc40bbc0c8afb8ce7df405b7368a81aa8ef0..f0934c984ca8363dc9e2f59e9c455f3ab7f1abef 100644 (file)
@@ -1,3 +1,7 @@
+2020-03-13  Kamil Rytarowski  <n54@gmx.de>
+
+       * elf/common.h (NT_NETBSDCORE_AUXV): New define.
+
 2020-03-13  Christophe Lyon  <christophe.lyon@linaro.org>
 
        * bfdlink.h (bfd_link_info): Add non_contiguous_regions and
index 18c898cf6bf7d75e490aee6059b11378a51d0a34..755c791ad69a3c0e3bff124c209853ead9f62404 100644 (file)
    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 */
 
 
This page took 0.025236 seconds and 4 git commands to generate.