diff options
author | David S. Miller <davem@redhat.com> | 2008-05-11 20:03:26 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2008-05-11 20:03:26 +0000 |
commit | 87a7da84fb7962a7e52700eb154a959166e17eac (patch) | |
tree | 5ab5bba9c903890b10e0e42c356503318ef71a92 /gdb/sparc-linux-tdep.c | |
parent | 8a4c2d245d937cd489007ca385d250463b84bc69 (diff) | |
download | binutils-87a7da84fb7962a7e52700eb154a959166e17eac.zip binutils-87a7da84fb7962a7e52700eb154a959166e17eac.tar.gz binutils-87a7da84fb7962a7e52700eb154a959166e17eac.tar.bz2 |
* sparc-linux-tdep.c, sparc64-linux-tdep.c: Use
dwarf2_append_unwinders(), not dwarf2_frame_sniffer.
Diffstat (limited to 'gdb/sparc-linux-tdep.c')
-rw-r--r-- | gdb/sparc-linux-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sparc-linux-tdep.c b/gdb/sparc-linux-tdep.c index 858d0ce..83d7589 100644 --- a/gdb/sparc-linux-tdep.c +++ b/gdb/sparc-linux-tdep.c @@ -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. */ |