aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/tm-nbsd.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-03-18 19:59:07 +0000
committerAndrew Cagney <cagney@redhat.com>2004-03-18 19:59:07 +0000
commitdbfe4626166aaedb62f92f742c8c491b7c5db68c (patch)
tree2b202875765a48953b817cceb58d51d2e92e692c /gdb/config/mips/tm-nbsd.h
parent0cad6aec700c33828cd0ec00aefcda1cc0813bb4 (diff)
downloadgdb-dbfe4626166aaedb62f92f742c8c491b7c5db68c.zip
gdb-dbfe4626166aaedb62f92f742c8c491b7c5db68c.tar.gz
gdb-dbfe4626166aaedb62f92f742c8c491b7c5db68c.tar.bz2
2004-03-18 Andrew Cagney <cagney@redhat.com>
* config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with DEPRECATED_IN_SIGTRAMP. * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto. * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto. * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto. * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto. * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto. * arch-utils.c (legacy_pc_in_sigtramp): Ditto. * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
Diffstat (limited to 'gdb/config/mips/tm-nbsd.h')
-rw-r--r--gdb/config/mips/tm-nbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/tm-nbsd.h b/gdb/config/mips/tm-nbsd.h
index fb30761..eb8e292 100644
--- a/gdb/config/mips/tm-nbsd.h
+++ b/gdb/config/mips/tm-nbsd.h
@@ -32,6 +32,6 @@
#undef IGNORE_HELPER_CALL
/* XXX undef a bunch of stuff we want to use multi-arch */
-#undef IN_SIGTRAMP
+#undef DEPRECATED_IN_SIGTRAMP
#endif /* TM_NBSD_H */