OSDN Git Service

* breakpoint.c (insert_bp_location): Add newline to note.
authordrow <drow>
Fri, 15 Dec 2006 15:22:21 +0000 (15:22 +0000)
committerdrow <drow>
Fri, 15 Dec 2006 15:22:21 +0000 (15:22 +0000)
gdb/ChangeLog
gdb/breakpoint.c

index 134112a..9431145 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 a2a4d19..e68878b 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;
                        }
                    }