aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>2019-12-23 13:19:59 +0100
committerHans-Peter Nilsson <hp@bitrange.com>2019-12-23 13:19:59 +0100
commit27653fba5e541dbdb275602e8bd83ce1ccf6c292 (patch)
treef05e40c91de633cf3f41a3a0d10ad4d59c5783c8 /binutils/ChangeLog
parent0e62b37a3f4a72f7b7ff5bae280017e0529aa1ec (diff)
downloadgdb-27653fba5e541dbdb275602e8bd83ce1ccf6c292.zip
gdb-27653fba5e541dbdb275602e8bd83ce1ccf6c292.tar.gz
gdb-27653fba5e541dbdb275602e8bd83ce1ccf6c292.tar.bz2
Fix build 32-bit-host build error last for last binutils/dwarf2.c change.
* dwarf.c (display_debug_lines_decoded): Cast printf parameter to format type to correct last change.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index de6cf42..a3e15cc 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2019-12-23 Hans-Peter Nilsson <hp@axis.com>
+
+ * dwarf.c (display_debug_lines_decoded): Cast printf parameter to
+ format type to correct last change.
+
2019-12-23 Alan Modra <amodra@gmail.com>
* dwarf.h (read_leb128): Update prototype.