diff options
Diffstat (limited to 'gdb/rs6000-tdep.c')
-rw-r--r-- | gdb/rs6000-tdep.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index 19a4bc9..f782800 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -60,6 +60,7 @@ #include "frame-base.h" #include "reggroups.h" +#include "rs6000-tdep.h" /* If the kernel has to deliver a signal, it pushes a sigcontext structure on the stack and then calls the signal handler, passing @@ -3518,16 +3519,6 @@ rs6000_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) frame_base_append_sniffer (gdbarch, rs6000_frame_base_sniffer); } - if (from_xcoff_exec) - { - /* NOTE: jimix/2003-06-09: This test should really check for - GDB_OSABI_AIX when that is defined and becomes - available. (Actually, once things are properly split apart, - the test goes away.) */ - /* RS6000/AIX does not support PT_STEP. Has to be simulated. */ - set_gdbarch_software_single_step (gdbarch, rs6000_software_single_step); - } - init_sim_regno_table (gdbarch); return gdbarch; |