Register NT_NETBSDCORE_AUXV (NetBSD-Core)

* elf/common.h (NT_NETBSDCORE_AUXV): New define.
This commit is contained in:
Kamil Rytarowski
2020-03-13 21:27:40 +01:00
parent abf874aafe
commit 9fcbd8a90a
2 changed files with 5 additions and 0 deletions

View 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

View File

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