2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
authorPierre Muller <muller@sourceware.org>
Mon, 8 Oct 2007 07:49:56 +0000 (07:49 +0000)
committerPierre Muller <muller@sourceware.org>
Mon, 8 Oct 2007 07:49:56 +0000 (07:49 +0000)
        * config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.

gdb/ChangeLog
gdb/config/i386/nm-i386.h

index 7ed1d7d7382f130755dfb5863f6e8011e296128a..62dc4c672d17790b02f77719779229fa7f6da872 100644 (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
index 3a40e4efd8a50ff692488939763278fe1255d454..d5cefd17a07b657e95e0e4edcd0f6eadcc9a9aa2 100644 (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 */
This page took 0.028316 seconds and 4 git commands to generate.