aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-02-27 19:42:26 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-02-27 19:42:26 +0000
commitd50a0ce27329f5e07a889954e1a58396fcbd2b75 (patch)
tree4199265e668ee8f6ca2e99d023f8df3bcbbfc869 /gdb/ChangeLog
parent5b967901c5e4ac6f4d4e0df081e72246ca9056ff (diff)
downloadgdb-d50a0ce27329f5e07a889954e1a58396fcbd2b75.zip
gdb-d50a0ce27329f5e07a889954e1a58396fcbd2b75.tar.gz
gdb-d50a0ce27329f5e07a889954e1a58396fcbd2b75.tar.bz2
* windows-nat.c: Throughout, fix format strings and casts of
printf-like functions to avoid type related warnings on all platforms. (handle_output_debug_string): Fetch context information address from debug string using string_to_core_addr.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7c9c917..a3bdecd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2013-02-27 Corinna Vinschen <vinschen@redhat.com>
+
+ * windows-nat.c: Throughout, fix format strings and casts of
+ printf-like functions to avoid type related warnings on all
+ platforms.
+ (handle_output_debug_string): Fetch context information address
+ from debug string using string_to_core_addr.
+
2013-02-27 Jiong Wang <jiwang@tilera.com>
* regformats/reg-tilegx.dat (name): Change abi name to "tilegx".