diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 134112af4ea..943114595cb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2006-12-15 Daniel Jacobowitz + + * breakpoint.c (insert_bp_location): Add newline to note. + 2006-12-15 Alan Modra * spu-linux-nat.c (spu_bfd_iovec_stat): New function. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index a2a4d196cbc..e68878b05f6 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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; } }