summaryrefslogtreecommitdiff
path: root/gdb/nbsd-tdep.h
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-08-31 20:28:37 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-08-31 20:28:37 +0000
commit47aacd036f4ed349468380c899475e362ff69d81 (patch)
treed8c651d43d7bd689929373731e7e82fb65670fbb /gdb/nbsd-tdep.h
parentf973e5f8e98b152ff8ebf287da281d7f6e413298 (diff)
downloadgdb-47aacd036f4ed349468380c899475e362ff69d81.tar.gz
* Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
list. (nbsd-tdep.o): Add $(gdb_string_h) to dependency list. * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp. * mipsnbsd-tdep.c: Include nbsd-tdep.h. (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp. * nbsd-tdep.c: Include gdb_string.h. (nbsd_pc_in_sigtramp): New function. * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype. * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function. (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to ppcnbsd_pc_in_sigtramp. * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function. (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to shnbsd_pc_in_sigtramp. * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp. * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
Diffstat (limited to 'gdb/nbsd-tdep.h')
-rw-r--r--gdb/nbsd-tdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/nbsd-tdep.h b/gdb/nbsd-tdep.h
index ca40965184f..9d26ae9f859 100644
--- a/gdb/nbsd-tdep.h
+++ b/gdb/nbsd-tdep.h
@@ -25,4 +25,6 @@
struct link_map_offsets *nbsd_ilp32_solib_svr4_fetch_link_map_offsets (void);
struct link_map_offsets *nbsd_lp64_solib_svr4_fetch_link_map_offsets (void);
+int nbsd_pc_in_sigtramp (CORE_ADDR, char *);
+
#endif /* NBSD_TDEP_H */