dwarf2_append_unwinders(), not dwarf2_frame_sniffer.
+2008-05-11 David S. Miller <davem@davemloft.net>
+
+ * sparc-linux-tdep.c, sparc64-linux-tdep.c: Use
+ dwarf2_append_unwinders(), not dwarf2_frame_sniffer.
+
2008-05-11 Ulrich Weigand <uweigand@de.ibm.com>
* rs6000-tdep.c (rs6000_gdbarch_init): Set up info.target_desc
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. */
tramp_frame_prepend_unwinder (gdbarch, &sparc64_linux_rt_sigframe);
/* Hook in the DWARF CFI frame unwinder. */
- frame_unwind_append_sniffer (gdbarch, dwarf2_frame_sniffer);
+ dwarf2_append_unwinders (gdbarch);
sparc64_init_abi (info, gdbarch);