* breakpoint.c (insert_bp_location): Add newline to note.
authorDaniel Jacobowitz <drow@false.org>
Fri, 15 Dec 2006 15:22:22 +0000 (15:22 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 15 Dec 2006 15:22:22 +0000 (15:22 +0000)
gdb/ChangeLog
gdb/breakpoint.c

index 134112af4ea2daf5b6fc2bb348183ff47a0e7f1c..943114595cb215803f6bd30aa36c58f2ba672cd6 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * breakpoint.c (insert_bp_location): Add newline to note.
+
 2006-12-15  Alan Modra  <amodra@bigpond.net.au>
 
        * spu-linux-nat.c (spu_bfd_iovec_stat): New function.
index a2a4d196cbcf698bdb17f98b37ca7a599ffc38d1..e68878b05f65067669576d76836e4c16857ccc94 100644 (file)
@@ -850,7 +850,7 @@ insert_bp_location (struct bp_location *bpt,
                      if (!said)
                        {
                          fprintf_filtered (gdb_stdout, _("\
-Note: automatically using hardware breakpoints for read-only addresses."));
+Note: automatically using hardware breakpoints for read-only addresses.\n"));
                          said = 1;
                        }
                    }
This page took 0.034473 seconds and 4 git commands to generate.