ld -plugin options when plugins are disabled
[deliverable/binutils-gdb.git] / gdb / alpha-nbsd-tdep.c
index 8e8c45341922a40d80435ce3f21a85a437433147..58294edb3f66b21355a51b65194a32f8a5841391 100644 (file)
@@ -258,6 +258,8 @@ alphanbsd_init_abi (struct gdbarch_info info,
   /* Hook into the MDEBUG frame unwinder.  */
   alpha_mdebug_init_abi (info, gdbarch);
 
+  nbsd_init_abi (info, gdbarch);
+
   /* NetBSD/alpha does not provide single step support via ptrace(2); we
      must use software single-stepping.  */
   set_gdbarch_software_single_step (gdbarch, alpha_software_single_step);
@@ -278,8 +280,9 @@ alphanbsd_init_abi (struct gdbarch_info info,
 }
 \f
 
+void _initialize_alphanbsd_tdep ();
 void
-_initialize_alphanbsd_tdep (void)
+_initialize_alphanbsd_tdep ()
 {
   /* Even though NetBSD/alpha used ELF since day one, it used the
      traditional a.out-style core dump format before NetBSD 1.6, but
This page took 0.023792 seconds and 4 git commands to generate.