Inherit m68k_bsd_nat_target from nbsd_nat_target
authorKamil Rytarowski <n54@gmx.com>
Sat, 14 Mar 2020 15:54:42 +0000 (16:54 +0100)
committerKamil Rytarowski <n54@gmx.com>
Sat, 14 Mar 2020 15:56:04 +0000 (16:56 +0100)
gdb/ChangeLog:

* m68k-bsd-nat.c (m68k_bsd_nat_target): Inherit from
nbsd_nat_target instead of inf_ptrace_target.
* m68k-bsd-nat.c: Include "nbsd-nat.h", as we are now using
nbsd_nat_target.

gdb/ChangeLog
gdb/m68k-bsd-nat.c

index 26429a81a314cc1390be635995f9d9332c986157..13ea71852d828b04135fdf732eef7a5cd35fee0c 100644 (file)
@@ -1,3 +1,10 @@
+2020-03-14  Kamil Rytarowski  <n54@gmx.com>
+
+       * m68k-bsd-nat.c (m68k_bsd_nat_target): Inherit from
+       nbsd_nat_target instead of inf_ptrace_target.
+       * m68k-bsd-nat.c: Include "nbsd-nat.h", as we are now using
+       nbsd_nat_target.
+
 2020-03-14  Kamil Rytarowski  <n54@gmx.com>
 
        * m68k-bsd-nat.c: Define _KERNTYPES to get the declaration of
index 9f0ecf90957a668bd024330fee2ca8ea882298d4..774b608425192ea14864990d80a225854363a08b 100644 (file)
@@ -30,8 +30,9 @@
 
 #include "m68k-tdep.h"
 #include "inf-ptrace.h"
+#include "nbsd-nat.h"
 
-struct m68k_bsd_nat_target final : public inf_ptrace_target
+struct m68k_bsd_nat_target final : public nbsd_nat_target
 {
   void fetch_registers (struct regcache *, int) override;
   void store_registers (struct regcache *, int) override;