* reggroups.c: Add whitespace after declarations of local
[deliverable/binutils-gdb.git] / gdb / alpha-osf1-tdep.c
index 8cd112df5669a8d11c31fe2af22f8889363d5c04..ca757de660f1f09931081d134a0b1e3c7d169a88 100644 (file)
@@ -75,6 +75,9 @@ alpha_osf1_init_abi (struct gdbarch_info info,
 {
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
 
+  /* Hook into the MDEBUG frame unwinder.  */
+  alpha_mdebug_init_abi (info, gdbarch);
+
   set_gdbarch_pc_in_sigtramp (gdbarch, alpha_osf1_pc_in_sigtramp);
   /* The next/step support via procfs on OSF1 is broken when running
      on multi-processor machines. We need to use software single stepping
This page took 0.023321 seconds and 4 git commands to generate.