mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 09:09:16 +08:00
* breakpoint.c (insert_bp_location): Add newline to note.
This commit is contained in:
@ -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>
|
2006-12-15 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* spu-linux-nat.c (spu_bfd_iovec_stat): New function.
|
* spu-linux-nat.c (spu_bfd_iovec_stat): New function.
|
||||||
|
@ -850,7 +850,7 @@ insert_bp_location (struct bp_location *bpt,
|
|||||||
if (!said)
|
if (!said)
|
||||||
{
|
{
|
||||||
fprintf_filtered (gdb_stdout, _("\
|
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;
|
said = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user