diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-09-06 20:44:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-09-06 20:44:23 +0000 |
commit | 4b218c187454d94e6a935f048a3aefd94d646f20 (patch) | |
tree | 7905d769f2f64b631e5f73de3ed9873b08ef1f04 /gdb/config/i386 | |
parent | 0b3a6a28f9703a49706ebeab14c1c50751ef2fbd (diff) | |
download | gdb-4b218c187454d94e6a935f048a3aefd94d646f20.zip gdb-4b218c187454d94e6a935f048a3aefd94d646f20.tar.gz gdb-4b218c187454d94e6a935f048a3aefd94d646f20.tar.bz2 |
* i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
* i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
sigtramp_end to NULL.
* config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
defines.
(i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/tm-fbsd.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/config/i386/tm-fbsd.h b/gdb/config/i386/tm-fbsd.h index 1975a9b..433ef84 100644 --- a/gdb/config/i386/tm-fbsd.h +++ b/gdb/config/i386/tm-fbsd.h @@ -27,16 +27,4 @@ #include <sys/param.h> #endif -/* These defines allow the recognition of sigtramps as a function name - <sigtramp>. - - FIXME: kettenis/2002-05-12: Of course these defines will have to go - if we go truly "multi-arch", but I don't know yet how to get rid of - them. */ - -#define SIGTRAMP_START(pc) i386bsd_sigtramp_start (pc) -#define SIGTRAMP_END(pc) i386bsd_sigtramp_end (pc) -extern CORE_ADDR i386bsd_sigtramp_start (CORE_ADDR pc); -extern CORE_ADDR i386bsd_sigtramp_end (CORE_ADDR pc); - #endif /* TM_FBSD_H */ |