2003-02-27 Michael Snyder <msnyder@redhat.com>

* doublest.c (extract_floating): Fix warning text.
This commit is contained in:
Michael Snyder 2003-02-27 18:08:25 +00:00
parent f3824013e0
commit d05bb1fc02
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-02-27 Michael Snyder <msnyder@redhat.com>
* doublest.c (extract_floating): Fix warning text.
2003-02-27 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with

View File

@ -663,7 +663,7 @@ extract_floating (const void *addr, int len)
if (fmt == NULL)
{
warning ("Can't store a floating-point number of %d bytes.", len);
warning ("Can't extract a floating-point number of %d bytes.", len);
return NAN;
}