summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStafford Horne <shorne@gmail.com>2017-12-17 07:20:51 +0900
committerStafford Horne <shorne@gmail.com>2017-12-17 07:20:51 +0900
commit38af1824019684e819ffb880bdf7fb03a2c2000a (patch)
tree7b0ee9cdf7aa706b2ec7a3fe48e5592cc4208a08 /gdb/ChangeLog
parentb282f0f2b56903c7b58f1eb94b88e468851928e8 (diff)
gdb: Fix function parameter alignments in or1k-tdep.c.
As suggested by Joel Brobecker <brobecker@adacore.com> and as per fsf coding standards. Also fix a few more issues with directly printing pointers. gdb/ChangeLog: * gdb/or1k-tdep.c (show_or1k_debug): Fix function parameter alignment. (or1k_analyse_inst): Likewise. (or1k_single_step_through_delay): Likewise. (or1k_frame_cache): Fix parameter alignment and use paddress() instead of %x.
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 20da989330..f7955264ae 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2017-12-17 Stafford Horne <shorne@gmail.com>
+ * gdb/or1k-tdep.c (show_or1k_debug): Fix function parameter alignment.
+ (or1k_analyse_inst): Likewise.
+ (or1k_single_step_through_delay): Likewise.
+ (or1k_frame_cache): Fix parameter alignment and use paddress()
+ instead of %x.
+
+2017-12-17 Stafford Horne <shorne@gmail.com>
+
* NEWS (Changes since GDB 8.0): Mention new or1k target and new
commands to set/show or1k debug.