aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-04-15 14:53:32 +0930
committerAlan Modra <amodra@gmail.com>2020-04-15 17:03:17 +0930
commit89246a0e7919e31f112526c11199ad2496980377 (patch)
treefc789d84f1ba2a96ba6d7b10edd713b74da6cd18 /binutils/ChangeLog
parentc98a4545dc7bf2bcaf1de539c4eb84784680eaa4 (diff)
downloadgdb-89246a0e7919e31f112526c11199ad2496980377.zip
gdb-89246a0e7919e31f112526c11199ad2496980377.tar.gz
gdb-89246a0e7919e31f112526c11199ad2496980377.tar.bz2
readelf: increase size of static buffers
Translated strings might be larger than the original. * readelf.c (get_group_flags): Translate text. (get_file_type, get_symbol_binding, get_symbol_type), (get_ppc64_symbol_other, get_symbol_other): Increase size of 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 63e9085..e6c9c2e 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,11 @@
2020-04-15 Alan Modra <amodra@gmail.com>
+ * readelf.c (get_group_flags): Translate text.
+ (get_file_type, get_symbol_binding, get_symbol_type),
+ (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
+
+2020-04-15 Alan Modra <amodra@gmail.com>
+
PR 25821
* readelf.c (get_num_dynamic_syms): Typo fix.