Inherit sh_nbsd_nat_target from nbsd_nat_target
[deliverable/binutils-gdb.git] / gdb / sh-nbsd-nat.c
index 47cae00d4f53cd91e5cc9a0c37afa560e8294873..486ef9d18e93391680d6aa2740ff540220b41ca1 100644 (file)
 
 #include "sh-tdep.h"
 #include "inf-ptrace.h"
+#include "nbsd-nat.h"
 #include "regcache.h"
 
-struct sh_nbsd_nat_target final : public inf_ptrace_target
+struct sh_nbsd_nat_target final : public nbsd_nat_target
 {
   void fetch_registers (struct regcache *, int) override;
   void store_registers (struct regcache *, int) override;
This page took 0.023882 seconds and 4 git commands to generate.