diff options
author | Tom Tromey <tromey@redhat.com> | 2012-11-01 14:57:22 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-11-01 14:57:22 +0000 |
commit | ff826ef3e28e9934318fe17d3c09c4af2f4c799d (patch) | |
tree | 35624d26e2822d074a9baf7ca48316545461f23b /binutils/ChangeLog | |
parent | 07e15f8731141387bd65b35ad47f91c3899fadd1 (diff) | |
download | gdb-ff826ef3e28e9934318fe17d3c09c4af2f4c799d.zip gdb-ff826ef3e28e9934318fe17d3c09c4af2f4c799d.tar.gz gdb-ff826ef3e28e9934318fe17d3c09c4af2f4c799d.tar.bz2 |
binutils
* readelf.c (get_note_type): Handle NT_386_TLS, NT_386_IOPERM.
include/common/elf
* common.h (NT_386_TLS, NT_386_IOPERM): New defines.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c814959..2f08dcc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2012-11-01 Tom Tromey <tromey@redhat.com> + + * readelf.c (get_note_type): Handle NT_386_TLS, NT_386_IOPERM. + 2012-10-30 Nick Clifton <nickc@redhat.com> PR binutils/14779 |