aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorChristian Biesinger <cbiesinger@google.com>2020-01-24 15:12:48 +0100
committerChristian Biesinger <cbiesinger@google.com>2020-01-24 16:39:01 +0100
commit3050c6f4bcfd43c526b4a47fcb0ac15d3de5c1fd (patch)
treede5f33ac527f2edd3884555ed094f908eb1107f9 /gdb/ChangeLog
parent73685c7ededdde511ae6a7f827fa29ec8502892a (diff)
downloadgdb-3050c6f4bcfd43c526b4a47fcb0ac15d3de5c1fd.zip
gdb-3050c6f4bcfd43c526b4a47fcb0ac15d3de5c1fd.tar.gz
gdb-3050c6f4bcfd43c526b4a47fcb0ac15d3de5c1fd.tar.bz2
Make the class name in the definition match the declaration
Fixes a compile error because the class is actually called arm_netbsd_nat_target. gdb/ChangeLog: 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. Change-Id: Ibebfab9edeff48f54c32d0745afda1d74d31de92
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.