aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-05-04 10:20:54 +0930
committerAlan Modra <amodra@gmail.com>2020-05-04 11:28:40 +0930
commit9c7b8e9b92696f38ff29efeeb12eb166994c0a23 (patch)
treeb213f04eac47577b58a4e28dc4b716ed4cc2223b /binutils/ChangeLog
parentc3bf7d31de6b0c693c1c873ce3c36bc8c43ca06a (diff)
downloadgdb-9c7b8e9b92696f38ff29efeeb12eb166994c0a23.zip
gdb-9c7b8e9b92696f38ff29efeeb12eb166994c0a23.tar.gz
gdb-9c7b8e9b92696f38ff29efeeb12eb166994c0a23.tar.bz2
readelf: nds32 specific decoding
* readelf.c (process_nds32_specific): Check size of .nds32_e_flags section. Don't assume endian of host matches nds32 target. Free buffer.
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 52082fc..7b0d1a0 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2020-05-04 Alan Modra <amodra@gmail.com>
+
+ * readelf.c (process_nds32_specific): Check size of .nds32_e_flags
+ section. Don't assume endian of host matches nds32 target. Free
+ buffer.
+
2020-05-01 Alan Modra <amodra@gmail.com>
Haim Shimonovich <Haim.Shimonovich@ceva-dsp.com>