2002-04-05 Michael Snyder <msnyder@redhat.com>

* breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
	warning message.
This commit is contained in:
Michael Snyder 2002-04-05 19:16:15 +00:00
parent 24181d81cc
commit 84d2ac95e4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-04-05 Michael Snyder <msnyder@redhat.com>
* breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
warning message.
2002-04-05 J. Brobecker <brobecker@gnat.com>
* utils.c (xfullpath): New function.

View File

@ -765,7 +765,7 @@ insert_breakpoints (void)
so we must try to set a breakpoint at the LMA.
This will not work for a hardware breakpoint. */
if (b->type == bp_hardware_breakpoint)
warning ("hw breakpoint %d not supported in overlay!\n",
warning ("hardware breakpoint %d not supported in overlay!\n",
b->number);
else
{