mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
2003-02-27 Michael Snyder <msnyder@redhat.com>
* doublest.c (extract_floating): Fix warning text.
This commit is contained in:
parent
f3824013e0
commit
d05bb1fc02
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user