diff options
author | Kris Warkentin <kewarken@qnx.com> | 2005-08-12 17:28:57 +0000 |
---|---|---|
committer | Kris Warkentin <kewarken@qnx.com> | 2005-08-12 17:28:57 +0000 |
commit | 42e9a5a09c7bb1c3a030beefc9609ff620fa7831 (patch) | |
tree | 0f010d8fa231a7783f88f0ffad7f80827893ce8d /gdb/i386-nto-tdep.c | |
parent | 05cbd757e187cff38ccfad539819a9a24c6fc7c1 (diff) | |
download | gdb-42e9a5a09c7bb1c3a030beefc9609ff620fa7831.zip gdb-42e9a5a09c7bb1c3a030beefc9609ff620fa7831.tar.gz gdb-42e9a5a09c7bb1c3a030beefc9609ff620fa7831.tar.bz2 |
2005-08-12 Kris Warkentin <kewarken@qnx.com>
* i386-nto-tdep.c (i386nto_init_abi): Don't set gdbarch skip
trampoline code hook.
* nto-procfs.c (procfs_post_attach): Call solib_create_inferior_hook
instead of SOLIB_CREATE_INFERIOR_HOOK.
(procfs_create_inferior): Ditto.
* config/tm-nto.h: Don't define SKIP_TRAMPOLINE_CODE.
Diffstat (limited to 'gdb/i386-nto-tdep.c')
-rw-r--r-- | gdb/i386-nto-tdep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/i386-nto-tdep.c b/gdb/i386-nto-tdep.c index 744b8c9..d58af0c 100644 --- a/gdb/i386-nto-tdep.c +++ b/gdb/i386-nto-tdep.c @@ -262,9 +262,6 @@ i386nto_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) default which is [unfortunately] to decrement the PC. */ set_gdbarch_decr_pc_after_break (gdbarch, 0); - /* NTO has shared libraries. */ - set_gdbarch_skip_trampoline_code (gdbarch, find_solib_trampoline_target); - tdep->gregset_reg_offset = i386nto_gregset_reg_offset; tdep->gregset_num_regs = ARRAY_SIZE (i386nto_gregset_reg_offset); tdep->sizeof_gregset = NUM_GPREGS * 4; |