* 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.
This commit is contained in:
parent
0451c93c40
commit
4c801202fe
@ -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".
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user