aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorJan-Benedict Glaw <jbglaw@getslash.de>2014-11-19 14:13:30 +0100
committerJan-Benedict Glaw <jbglaw@getslash.de>2014-11-19 14:13:30 +0100
commite44c58ce2fdf07b5c0acb7eab7155dca48d0e6da (patch)
tree334702d381222bf47d86c7d84927384fc1dc75ef /binutils/ChangeLog
parent54a28c4ce5b18cccee584d7a5e26df750edfafe1 (diff)
downloadgdb-e44c58ce2fdf07b5c0acb7eab7155dca48d0e6da.zip
gdb-e44c58ce2fdf07b5c0acb7eab7155dca48d0e6da.tar.gz
gdb-e44c58ce2fdf07b5c0acb7eab7155dca48d0e6da.tar.bz2
Fix signedness warning
This is the updated version using uintptr_t as Alan Modra suggested. 2014-11-18 Jan-Benedict Glaw <jbglaw@lug-owl.de> * dwarf.c (process_extended_line_op): Fix signedness warning.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 7aa8ad6..9d3fbc1 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-18 Jan-Benedict Glaw <jbglaw@lug-owl.de>
+
+ * dwarf.c (process_extended_line_op): Fix signedness warning.
+
2014-11-18 Nick Clifton <nickc@redhat.com>
PR binutuls/17605