diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-12-15 15:22:22 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-12-15 15:22:22 +0000 |
commit | 0767c96d9dfcef23d67c4976a71c3cc5e59b8f2f (patch) | |
tree | a13ea87755673430ebbb80d6f2d13dd199a28a13 | |
parent | fc225355e8a67d38373dbced800eb2848723dc44 (diff) | |
download | gdb-0767c96d9dfcef23d67c4976a71c3cc5e59b8f2f.zip gdb-0767c96d9dfcef23d67c4976a71c3cc5e59b8f2f.tar.gz gdb-0767c96d9dfcef23d67c4976a71c3cc5e59b8f2f.tar.bz2 |
* breakpoint.c (insert_bp_location): Add newline to note.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/breakpoint.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 134112a..9431145 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index a2a4d19..e68878b 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; } } |