Honour PRIVATE keyword
[deliverable/binutils-gdb.git] / gdb / alpha-linux-tdep.c
index 519638ddb97fc320f4f599d818ba93530ca4b2c8..de53b3e71b3f68cda537ca64e6d0c5cb5c0ea0cd 100644 (file)
 
 #include "defs.h"
 #include "frame.h"
-#include "frame-base.h"
-#include "frame-unwind.h"
-#include "dwarf2-frame.h"
-#include "gdbcore.h"
 #include "gdb_assert.h"
 #include "osabi.h"
-#include "symtab.h"
-#include "symfile.h"
-#include "value.h"
 
 #include "alpha-tdep.h"
 
@@ -131,15 +124,12 @@ alpha_linux_sigcontext_addr (struct frame_info *next_frame)
 }
 
 static void
-alpha_linux_init_abi (struct gdbarch_info info,
-                      struct gdbarch *gdbarch)
+alpha_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 {
   struct gdbarch_tdep *tdep;
 
   /* Hook into the DWARF CFI frame unwinder.  */
-  frame_unwind_append_predicate (gdbarch, dwarf2_frame_p);
-  frame_base_append_predicate (gdbarch, dwarf2_frame_base_p);
-  set_gdbarch_dwarf2_build_frame_info (gdbarch, dwarf2_build_frame_info);
+  alpha_dwarf2_init_abi (info, gdbarch);
 
   /* Hook into the MDEBUG frame unwinder.  */
   alpha_mdebug_init_abi (info, gdbarch);
This page took 0.023302 seconds and 4 git commands to generate.