2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>

* config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.
This commit is contained in:
Pierre Muller 2007-10-08 07:49:56 +00:00
parent cdf430071a
commit 136855cdc3
2 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,12 @@
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
* config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
* linux-fork.c: ARI fix: include "gdb_wait.h" instead of <sys/wait.h>.
Makefile.in (linux-fork.o): Add gdb_wait.h dependency.
2007-10-05 Daniel Jacobowitz <dan@codesourcery.com>
* remote.c (get_offsets): Only call free_symfile_segment_data if

View File

@ -110,10 +110,6 @@ extern int i386_stopped_by_watchpoint (void);
#define target_remove_hw_breakpoint(bp_tgt) \
i386_remove_hw_breakpoint (bp_tgt)
/* child_post_startup_inferior used to
reset all debug registers by calling i386_cleanup_dregs (). */
#define CHILD_POST_STARTUP_INFERIOR
#endif /* I386_USE_GENERIC_WATCHPOINTS */
#endif /* NM_I386_H */