aboutsummaryrefslogtreecommitdiff
path: root/gdb/ns32k-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-07 14:55:59 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-07 14:55:59 +0000
commitc69b8bfcf66dafe950e14042f8bb1220c7c5fc69 (patch)
tree1f328fb71bb17a2d5df2783fcad8e78341431bd1 /gdb/ns32k-tdep.c
parent1b169501041265759403c962a5b0a23c66716f9c (diff)
downloadfsf-binutils-gdb-c69b8bfcf66dafe950e14042f8bb1220c7c5fc69.zip
fsf-binutils-gdb-c69b8bfcf66dafe950e14042f8bb1220c7c5fc69.tar.gz
fsf-binutils-gdb-c69b8bfcf66dafe950e14042f8bb1220c7c5fc69.tar.bz2
2004-05-07 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with macro defined to 1. * gdbarch.h, gdbarch.c: Re-generate. * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated_use_generic_dummy_frames.
Diffstat (limited to 'gdb/ns32k-tdep.c')
-rw-r--r--gdb/ns32k-tdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ns32k-tdep.c b/gdb/ns32k-tdep.c
index 95475a8..7ca74d5 100644
--- a/gdb/ns32k-tdep.c
+++ b/gdb/ns32k-tdep.c
@@ -582,7 +582,6 @@ ns32k_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
set_gdbarch_deprecated_fix_call_dummy (gdbarch, ns32k_fix_call_dummy);
set_gdbarch_deprecated_call_dummy_start_offset (gdbarch, 3);
set_gdbarch_deprecated_call_dummy_breakpoint_offset (gdbarch, 15);
- set_gdbarch_deprecated_use_generic_dummy_frames (gdbarch, 0);
set_gdbarch_deprecated_pc_in_call_dummy (gdbarch, deprecated_pc_in_call_dummy_on_stack);
/* Breakpoint info */