This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: S/390: use standard prepare-to-proceed function for Linux



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.

Index: gdb/s390-tdep.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/s390-tdep.c,v
retrieving revision 2.3
diff -c -r2.3 s390-tdep.c
*** gdb/s390-tdep.c	2001/11/01 21:05:46	2.3
--- gdb/s390-tdep.c	2001/11/08 19:00:57
***************
*** 1447,1455 ****
    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)
--- 1447,1452 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]