* sparc-linux-tdep.c, sparc64-linux-tdep.c: Use

dwarf2_append_unwinders(), not dwarf2_frame_sniffer.
This commit is contained in:
David S. Miller 2008-05-11 20:03:26 +00:00
parent 8a4c2d245d
commit 87a7da84fb
3 changed files with 7 additions and 2 deletions

View file

@ -250,7 +250,7 @@ sparc32_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
tdep->step_trap = sparc32_linux_step_trap;
/* Hook in the DWARF CFI frame unwinder. */
frame_unwind_append_sniffer (gdbarch, dwarf2_frame_sniffer);
dwarf2_append_unwinders (gdbarch);
}
/* Provide a prototype to silence -Wmissing-prototypes. */