aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a708c3f..3d166f0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2020-01-24 Christian Biesinger <cbiesinger@google.com>
+ * arm-nbsd-nat.c (arm_nbsd_nat_target::fetch_registers): Rename to...
+ (arm_netbsd_nat_target::fetch_registers): ...this.
+ (arm_nbsd_nat_target::store_registers): Rename to...
+ (arm_netbsd_nat_target::store_registers): ...this.
+
+2020-01-24 Christian Biesinger <cbiesinger@google.com>
+
* arm-nbsd-nat.c: Define _KERNTYPES to get the declaration of
register_t.