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/config | |
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/config')
-rw-r--r-- | gdb/config/tm-nto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/tm-nto.h b/gdb/config/tm-nto.h index 5ca3c06..5224a87 100644 --- a/gdb/config/tm-nto.h +++ b/gdb/config/tm-nto.h @@ -26,11 +26,6 @@ #ifndef _TM_QNXNTO_H #define _TM_QNXNTO_H -/* If PC is in a shared library trampoline code, return the PC - where the function itself actually starts. If not, return 0. */ - -#define SKIP_TRAMPOLINE_CODE(pc) find_solib_trampoline_target (pc) - /* Setup the valid realtime signal range. */ #define REALTIME_LO 41 #define REALTIME_HI 56 |