* s390-tdep.c (s390_gdbarch_init): Use the default
authorJim Blandy <jimb@codesourcery.com>
Thu, 8 Nov 2001 19:03:54 +0000 (19:03 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 8 Nov 2001 19:03:54 +0000 (19:03 +0000)
prepare_to_proceed function established by config/nm-linux.h;
don't try to set it to linuxthreads_prepare_to_proceed.

gdb/ChangeLog
gdb/s390-tdep.c

index 8391fc796abf40c2dff39d4a54fd2b334765c2e0..14cdcd1c462600c9630fe380fcff5df0111324be 100644 (file)
@@ -1,3 +1,9 @@
+2001-11-08  Jim Blandy  <jimb@redhat.com>
+
+       * 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.
+
 Wed Nov  7 20:38:14 2001  Andrew Cagney  <cagney@redhat.com>
 
        * i386-tdep.c: Include "i386-tdep.h".
index e288311ae272dfdefd6a0707c810039e9ed78e01..d29327af4fa371c291148891e4cfe3857cd32368 100644 (file)
@@ -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)