aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMarcus Shawcroft <mshawcroft@sourceware.org>2013-02-13 13:42:39 +0000
committerMarcus Shawcroft <mshawcroft@sourceware.org>2013-02-13 13:42:39 +0000
commit1d3ffd6bfef1e9c7ceabba65a1d4cb0e7000c3aa (patch)
tree819d70f5da0af328b83af079c3b3db6b85936561 /gdb/ChangeLog
parent6eb044730a8991d0b43e89c7aa0f671bb577dfd0 (diff)
downloadgdb-1d3ffd6bfef1e9c7ceabba65a1d4cb0e7000c3aa.zip
gdb-1d3ffd6bfef1e9c7ceabba65a1d4cb0e7000c3aa.tar.gz
gdb-1d3ffd6bfef1e9c7ceabba65a1d4cb0e7000c3aa.tar.bz2
ARI fix: Replace %llx with %s and phex().
2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com> * aarch64-linux-nat.c (debug_reg_change_callback) (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with %s and phex().
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 511d18d..85cf50f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
+ * aarch64-linux-nat.c (debug_reg_change_callback)
+ (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
+ %s and phex().
+
+2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
+
* aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
with LONGEST.