2003-02-27 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 27 Feb 2003 18:08:25 +0000 (18:08 +0000)
committerMichael Snyder <msnyder@vmware.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 e1cdf81632767fcb930e952d9a2561472c1444f3..7126896909459ed6c8bd8bab9973d4c20ddc5fae 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 49e36899111418c7c9a23f1e2d622b84b537d921..e601a4dc405abd08c67c2a74983a791d849c23d1 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;
     }