diff options
author | Christos Zoulas <christos@zoulas.com> | 2019-06-12 14:35:04 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-06-12 14:35:04 +0100 |
commit | c0d38b0ec6756de6a0b68477e47bb8619eef2262 (patch) | |
tree | b631b6953baa4fa8d78f18c7ff431b56aef84114 /binutils/ChangeLog | |
parent | 540e617049db92b4371fa90cadd4cd994508f86d (diff) | |
download | gdb-c0d38b0ec6756de6a0b68477e47bb8619eef2262.zip gdb-c0d38b0ec6756de6a0b68477e47bb8619eef2262.tar.gz gdb-c0d38b0ec6756de6a0b68477e47bb8619eef2262.tar.bz2 |
Add support for NetBSD/sh3 core reg sections to readelf.
PR 24665
* readelf.c (get_netbsd_elfcore_note_type): Add support for SH
core notes.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7bfa6d1..2d80604 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,11 @@ 2019-06-12 Christos Zoulas <christos@zoulas.com> + PR 24665 + * readelf.c (get_netbsd_elfcore_note_type): Add support for SH + core notes. + +2019-06-12 Christos Zoulas <christos@zoulas.com> + PR 24664 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD auxv notes. |