aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@broadcom.com>2013-09-23 16:48:43 +0000
committerAndrew Burgess <aburgess@broadcom.com>2013-09-23 16:48:43 +0000
commitd3eaaf662248d48238dfae07cefb4e9008b852e2 (patch)
treefb2183153b09ec20cf4aa9fd06ec689ba73f462d /gdb/ChangeLog
parentab3a7f8fd557a78fa9f8cd454f746cc931baf326 (diff)
downloadgdb-d3eaaf662248d48238dfae07cefb4e9008b852e2.zip
gdb-d3eaaf662248d48238dfae07cefb4e9008b852e2.tar.gz
gdb-d3eaaf662248d48238dfae07cefb4e9008b852e2.tar.bz2
In regcache use print_hex_chars.
https://sourceware.org/ml/gdb-patches/2013-09/msg00815.html gdb/ChangeLog * regcache.c: Add include of valprint.h. (dump_endian_bytes): Delete. (regcache_dump): Use print_hex_chars not dump_endian_bytes.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b016136..c0ec10f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2013-09-23 Andrew Burgess <aburgess@broadcom.com>
+ * regcache.c: Add include of valprint.h.
+ (dump_endian_bytes): Delete.
+ (regcache_dump): Use print_hex_chars not dump_endian_bytes.
+
+2013-09-23 Andrew Burgess <aburgess@broadcom.com>
+
* sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
2013-09-19 Pedro Alves <palves@redhat.com>