aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/nm-linux.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-20 16:39:35 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-20 16:39:35 +0000
commitadbef1f0144e953ef9b546bf944040537aef6741 (patch)
tree53419b9d433e708fd7fa3272d2078df9fcc85894 /gdb/config/nm-linux.h
parent4b778c885f3c2452747dba2a9a710637669d11db (diff)
downloadgdb-adbef1f0144e953ef9b546bf944040537aef6741.zip
gdb-adbef1f0144e953ef9b546bf944040537aef6741.tar.gz
gdb-adbef1f0144e953ef9b546bf944040537aef6741.tar.bz2
2004-09-20 Andrew Cagney <cagney@gnu.org>
* config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate CHILD_RESUME. * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto. * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate KILL_INFERIOR. * infptrace.c: Update.
Diffstat (limited to 'gdb/config/nm-linux.h')
-rw-r--r--gdb/config/nm-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/nm-linux.h b/gdb/config/nm-linux.h
index 870e40d..fc784e3 100644
--- a/gdb/config/nm-linux.h
+++ b/gdb/config/nm-linux.h
@@ -68,7 +68,7 @@ extern void lin_thread_get_thread_signals (sigset_t *mask);
#define CHILD_POST_STARTUP_INFERIOR
#define CHILD_POST_ATTACH
#define CHILD_FOLLOW_FORK
-#define KILL_INFERIOR
+#define DEPRECATED_KILL_INFERIOR
#define NATIVE_XFER_AUXV procfs_xfer_auxv
#include "auxv.h" /* Declares it. */