From 14ae95f2208258d5957f47a3185fc5b068e18a5a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 29 May 2015 09:13:53 -0700 Subject: 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. --- include/elf/ChangeLog | 5 +++++ include/elf/common.h | 2 ++ 2 files changed, 7 insertions(+) (limited to 'include') diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index c09a05b..3e7671c 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,8 @@ +2015-05-29 Roland McGrath + + * common.h (GNU_ABI_TAG_SYLLABLE): New macro. + (GNU_ABI_TAG_NACL): New macro. + 2015-05-11 H.J. Lu * common.h (EM_486): Renamed to ... diff --git a/include/elf/common.h b/include/elf/common.h index b087d9c..e6d8c14 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -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". */ -- cgit v1.1