* cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
authorJim Blandy <jimb@codesourcery.com>
Fri, 29 Mar 2002 23:34:43 +0000 (23:34 +0000)
committerJim Blandy <jimb@codesourcery.com>
Fri, 29 Mar 2002 23:34:43 +0000 (23:34 +0000)
unescaped newlines in string literals, but newer ones don't.  So
escape them.

gdb/ChangeLog
gdb/cli/cli-dump.c

index 6ee70f014e33c6e9380e605cbc79eb7bf22f5c6f..a4d704837eadc656c7fc3fae9fcba21e9b7240a8 100644 (file)
@@ -1,3 +1,9 @@
+2002-03-29  Jim Blandy  <jimb@redhat.com>
+
+       * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
+       unescaped newlines in string literals, but newer ones don't.  So
+       escape them.
+
 2002-03-26  Michael Snyder  <msnyder@redhat.com>
            Andrew Cagney <cagney@redhat.com>
 
index 5ea3b499b77ebcd2366b786848de3d4d45e0ebb9..6584d5ec409926a583e511eb6eb15d0d6c1ec1d6 100644 (file)
@@ -816,7 +816,7 @@ to the specified FILE in raw target ordered bytes.",
               "Restore the contents of FILE to target memory.\n\
 Arguments are FILE OFFSET START END where all except FILE are optional.\n\
 OFFSET will be added to the base address of the file (default zero).\n\
-If START and END are given, only the file contents within that range
+If START and END are given, only the file contents within that range\n\
 (file relative) will be restored to target memory.");
   c->completer = filename_completer;
   /* FIXME: completers for other commands. */
This page took 0.026923 seconds and 4 git commands to generate.