* config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.

This commit is contained in:
Mark Kettenis 2007-01-11 21:53:29 +00:00
parent 23da0d9454
commit 610acfff22
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2007-01-01 Mark Kettenis <kettenis@gnu.org>
* config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
2007-01-11 Ulrich Weigand <uweigand@de.ibm.com> 2007-01-11 Ulrich Weigand <uweigand@de.ibm.com>
* spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace

View file

@ -28,9 +28,6 @@
extern char *gnu_target_pid_to_str (int pid); extern char *gnu_target_pid_to_str (int pid);
/* Before storing, we need to read all the registers. */
#define CHILD_PREPARE_TO_STORE() deprecated_read_register_bytes (0, NULL, deprecated_register_bytes ())
/* Don't do wait_for_inferior on attach. */ /* Don't do wait_for_inferior on attach. */
#define ATTACH_NO_WAIT #define ATTACH_NO_WAIT