From: Paul Eggert <eggert@twinsun.com>
authorFred Fish <fnf@specifix.com>
Mon, 25 Nov 1996 20:09:27 +0000 (20:09 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 25 Nov 1996 20:09:27 +0000 (20:09 +0000)
* remote-bug.c (wait_strings): Avoid creating a trigraph.

gdb/ChangeLog
gdb/remote-bug.c

index 104cfd01c1edb3b7f9864ac82373e84f8c311be5..424c348e0d9e671b2e8b5a6d86b302cb05f1875d 100644 (file)
@@ -1,3 +1,17 @@
+Mon Nov 25 13:17:16 1996  Fred Fish  <fnf@ninemoons.com>
+
+       From: Paul Eggert <eggert@twinsun.com>
+       * remote-bug.c (wait_strings): Avoid creating a trigraph.
+
+start-sanitize-d10v
+Fri Nov 22 15:55:22 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * valops.c (value_at, value_fetch_lazy): Put in D10V call 
+       to fix up address pointers.
+       * values.c (value_from_longest): Removed previous d10v changes.
+       * config/d10v/tm-d10v.h (TARGET_PTR_BIT): Change to 4 bytes.
+       
+end-sanitize-d10v
 Fri Nov 22 10:06:19 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * config/i386/nm-i386v4.h (LOSING_POLL):  Define, needed for
index cd3b798c07d3b317525cdc704351d5297f586e37..4e29c0eee4825b63b94197b071ceaaab2c9b22fd 100644 (file)
@@ -270,7 +270,7 @@ bug_resume (pid, step, sig)
 static char *wait_strings[] = {
   "At Breakpoint",
   "Exception: Data Access Fault (Local Bus Timeout)",
-  "\r8???-Bug>",
+  "\r8??\?-Bug>",      /* The '\?' avoids creating a trigraph */
   "\r197-Bug>",
   NULL,
 };
This page took 0.029919 seconds and 4 git commands to generate.