aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2019-06-12 13:52:04 +0100
committerNick Clifton <nickc@redhat.com>2019-06-12 13:52:04 +0100
commit540e617049db92b4371fa90cadd4cd994508f86d (patch)
treef6bb0fd6d5a58008018d3206c4fdd2bbe7ebf1b1 /binutils/ChangeLog
parent0529f3fe5c33894387df407b2f33879da7778e08 (diff)
downloadgdb-540e617049db92b4371fa90cadd4cd994508f86d.zip
gdb-540e617049db92b4371fa90cadd4cd994508f86d.tar.gz
gdb-540e617049db92b4371fa90cadd4cd994508f86d.tar.bz2
Add support to readelf to display NetBSD auxv notes in core files.
PR 24664 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD auxv notes.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2b6d402..7bfa6d1 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2019-06-12 Christos Zoulas <christos@zoulas.com>
+
+ PR 24664
+ * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
+ auxv notes.
+
2019-06-11 Christos Zoulas <christos@zoulas.com>
PR 24662