Add a symbol's value to the computed frag offset, rather than overwriting it.
[deliverable/binutils-gdb.git] / gdb / mac-nat.c
index 5bbe3399a955ad9a9be47af00e26f19f4c87727d..c8fcddbec1b52d21f347858c2cca25e31a2b90ea 100644 (file)
@@ -26,7 +26,7 @@
 #include "frame.h"             /* required by inferior.h */
 #include "inferior.h"
 #include "target.h"
-#include "wait.h"
+#include "gdb_wait.h"
 #include "gdbcore.h"
 #include "command.h"
 #include <signal.h>
@@ -217,7 +217,7 @@ child_create_inferior (exec_file, allargs, env)
   init_wait_for_inferior ();
   clear_proceed_status ();
 
-/*  proceed ((CORE_ADDR) - 1, TARGET_SIGNAL_0, 0);  */
+/*  proceed ((CORE_ADDR) -1, TARGET_SIGNAL_0, 0);  */
 }
 
 static void
This page took 0.024384 seconds and 4 git commands to generate.