diff options
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 5 | ||||
-rw-r--r-- | include/elf/common.h | 2 |
2 files changed, 7 insertions, 0 deletions
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 <mcgrathr@google.com> + + * common.h (GNU_ABI_TAG_SYLLABLE): New macro. + (GNU_ABI_TAG_NACL): New macro. + 2015-05-11 H.J. Lu <hongjiu.lu@intel.com> * 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". */ |