summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2007-10-08 07:49:56 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2007-10-08 07:49:56 +0000
commit4fef086ec9b310f8a484f71a8860837707620d16 (patch)
tree9ce9be8bbfc47fdd19d91d1d8fcad23f9ffaca31
parent67c4dddcb9bb0bf58f23dc083cd3f95a5632ccec (diff)
downloadgdb-4fef086ec9b310f8a484f71a8860837707620d16.tar.gz
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
* config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/config/i386/nm-i386.h4
2 files changed, 4 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7ed1d7d7382..62dc4c672d1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/config/i386/nm-i386.h b/gdb/config/i386/nm-i386.h
index 3a40e4efd8a..d5cefd17a07 100644
--- a/gdb/config/i386/nm-i386.h
+++ b/gdb/config/i386/nm-i386.h
@@ -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 */