OSDN Git Service

2003-02-27 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@specifix.com>
Thu, 27 Feb 2003 18:08:25 +0000 (18:08 +0000)
committerMichael Snyder <msnyder@specifix.com>
Thu, 27 Feb 2003 18:08:25 +0000 (18:08 +0000)
* doublest.c (extract_floating): Fix warning text.

gdb/ChangeLog
gdb/doublest.c

index e1cdf81..7126896 100644 (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
index 49e3689..e601a4d 100644 (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;
     }