gdb: change bug URL to https
[deliverable/binutils-gdb.git] / gdb / sh-nbsd-tdep.c
index aa319261684ad739af602d21838b27454348eef8..6551c47b5e166bfd7b0dea4461d97ab0b0d23363 100644 (file)
@@ -26,6 +26,7 @@
 #include "osabi.h"
 
 #include "sh-tdep.h"
+#include "nbsd-tdep.h"
 #include "solib-svr4.h"
 #include "gdbarch.h"
 
@@ -63,6 +64,7 @@ shnbsd_init_abi (struct gdbarch_info info,
                   struct gdbarch *gdbarch)
 {
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
+  nbsd_init_abi (info, gdbarch);
 
   tdep->core_gregmap = (struct sh_corefile_regmap *)regmap;
   tdep->sizeof_gregset = 84;
This page took 0.026477 seconds and 4 git commands to generate.