Recognize GNU_ABI_TAG_SYLLABLE and GNU_ABI_TAG_NACL.
binutils/ * readelf.c (print_gnu_note: NT_GNU_ABI_TAG): Recognize GNU_ABI_TAG_SYLLABLE and GNU_ABI_TAG_NACL. include/elf/ * common.h (GNU_ABI_TAG_SYLLABLE): New macro. (GNU_ABI_TAG_NACL): New macro.
This commit is contained in:
parent
32c17175af
commit
14ae95f220
4 changed files with 24 additions and 6 deletions
|
@ -635,6 +635,8 @@
|
|||
#define GNU_ABI_TAG_SOLARIS 2
|
||||
#define GNU_ABI_TAG_FREEBSD 3
|
||||
#define GNU_ABI_TAG_NETBSD 4
|
||||
#define GNU_ABI_TAG_SYLLABLE 5
|
||||
#define GNU_ABI_TAG_NACL 6
|
||||
|
||||
/* Values for NetBSD .note.netbsd.ident notes. Note name is "NetBSD". */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue