diff options
author | Roland McGrath <mcgrathr@chromium.org> | 2015-05-29 09:13:53 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@chromium.org> | 2015-05-29 09:13:53 -0700 |
commit | 14ae95f2208258d5957f47a3185fc5b068e18a5a (patch) | |
tree | 4550ec5bd3ffdbdabfdcd1579cd7d8645862d677 /binutils/ChangeLog | |
parent | 32c17175af60999fdbe4f2b187ba320d2171de8c (diff) | |
download | gdb-14ae95f2208258d5957f47a3185fc5b068e18a5a.zip gdb-14ae95f2208258d5957f47a3185fc5b068e18a5a.tar.gz gdb-14ae95f2208258d5957f47a3185fc5b068e18a5a.tar.bz2 |
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f681468..03eb240 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2015-05-29 Roland McGrath <mcgrathr@google.com> + + * readelf.c (print_gnu_note: NT_GNU_ABI_TAG): Recognize + GNU_ABI_TAG_SYLLABLE and GNU_ABI_TAG_NACL. + 2015-05-29 Stephen Kitt <steve@sk2.org> * dlltool.c (make_one_lib_file): Clear .idata$6 before use. |