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 | af7ca775b45bcce29105b24492bf13c779bfad33 (patch) | |
tree | 0a43247f6c8ae0c3a2e33694053c31eaebcb6c19 /gdb/config/i386 | |
parent | 12753adb25c3bd322a21dd0edd92bcf2fc62dc1b (diff) | |
download | gdb-af7ca775b45bcce29105b24492bf13c779bfad33.tar.gz |
* 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 1975a9b458b..433ef849383 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 */ |