* mips-tdep.c (n32n64_floatformat_always_valid): Use 'const void
authorMark Kettenis <kettenis@gnu.org>
Wed, 21 Sep 2005 20:45:46 +0000 (20:45 +0000)
committerMark Kettenis <kettenis@gnu.org>
Wed, 21 Sep 2005 20:45:46 +0000 (20:45 +0000)
*' for second argument instead of 'const char *'.

gdb/ChangeLog
gdb/mips-tdep.c

index 7f50ff1321c4754fdf7fc9dac9c689d5986caa2e..e84e094d64bdbcf66f1fbae161dfb6cc252e97d0 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * mips-tdep.c (n32n64_floatformat_always_valid): Use 'const void
+       *' for second argument instead of 'const char *'.
+
 2005-09-20  Paul Gilliam  <pgilliam@us.ibm.com>
 
         * gdb.arch/altivec-abi.exp: Elide the 'in' from what's expected
index 670214b423d005d8a87dfa4c84873a8ad7f9c318..3f408293e80fccfdfd505d6f94127980fc91b087 100644 (file)
@@ -145,7 +145,7 @@ struct gdbarch_tdep
 
 static int
 n32n64_floatformat_always_valid (const struct floatformat *fmt,
-                                 const char *from)
+                                 const void *from)
 {
   return 1;
 }
This page took 0.031248 seconds and 4 git commands to generate.