diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-20 16:39:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-20 16:39:35 +0000 |
commit | adbef1f0144e953ef9b546bf944040537aef6741 (patch) | |
tree | 53419b9d433e708fd7fa3272d2078df9fcc85894 /gdb/config/i386 | |
parent | 4b778c885f3c2452747dba2a9a710637669d11db (diff) | |
download | gdb-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/i386')
-rw-r--r-- | gdb/config/i386/nm-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/nm-linux.h b/gdb/config/i386/nm-linux.h index 1df875f..40c3e05 100644 --- a/gdb/config/i386/nm-linux.h +++ b/gdb/config/i386/nm-linux.h @@ -80,7 +80,7 @@ extern int cannot_store_register (int regno); #endif /* Override child_resume in `infptrace.c'. */ -#define CHILD_RESUME +#define DEPRECATED_CHILD_RESUME /* `linux-nat.c' and `i386-nat.c' have their own versions of child_post_startup_inferior. Define this to use the copy in |