aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-tdep.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-11-08 19:03:54 +0000
committerJim Blandy <jimb@codesourcery.com>2001-11-08 19:03:54 +0000
commit4c801202fe0bc3a0d179c553b71559d4926c7b69 (patch)
treed651b519ae5fb6863e0e601e54bbdb0e74f55358 /gdb/s390-tdep.c
parent0451c93c40e5d526f7bacadd6f9348657c2f58c3 (diff)
downloadgdb-4c801202fe0bc3a0d179c553b71559d4926c7b69.zip
gdb-4c801202fe0bc3a0d179c553b71559d4926c7b69.tar.gz
gdb-4c801202fe0bc3a0d179c553b71559d4926c7b69.tar.bz2
* s390-tdep.c (s390_gdbarch_init): Use the default
prepare_to_proceed function established by config/nm-linux.h; don't try to set it to linuxthreads_prepare_to_proceed.
Diffstat (limited to 'gdb/s390-tdep.c')
-rw-r--r--gdb/s390-tdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c
index e288311..d29327a 100644
--- a/gdb/s390-tdep.c
+++ b/gdb/s390-tdep.c
@@ -1447,9 +1447,6 @@ s390_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
set_gdbarch_call_dummy_stack_adjust_p (gdbarch, 0);
set_gdbarch_extract_struct_value_address (gdbarch, 0);
set_gdbarch_fix_call_dummy (gdbarch, s390_fix_call_dummy);
-#ifdef GDB_NM_FILE
- set_gdbarch_prepare_to_proceed (gdbarch, linuxthreads_prepare_to_proceed);
-#endif
set_gdbarch_push_return_address (gdbarch, s390_push_return_address);
switch (info.bfd_arch_info->mach)