OSDN Git Service

* ia64-tdep.c (floatformat_valid): Change type of `from' from
authorkevinb <kevinb>
Tue, 8 Nov 2005 01:42:51 +0000 (01:42 +0000)
committerkevinb <kevinb>
Tue, 8 Nov 2005 01:42:51 +0000 (01:42 +0000)
`const char *' to `const void *'.

gdb/ChangeLog
gdb/ia64-tdep.c

index c8cf4dd..45a4d72 100644 (file)
@@ -1,5 +1,10 @@
 2005-11-07  Kevin Buettner  <kevinb@redhat.com>
 
+       * ia64-tdep.c (floatformat_valid): Change type of `from' from
+       `const char *' to `const void *'.
+
+2005-11-07  Kevin Buettner  <kevinb@redhat.com>
+
        * frv-linux-tdep.c (frv_linux_sigtrapm_frame_prev_register): Change
        type of `valuep' argument to `gdb_byte *'.
        * frv-tdep.c (frv_pseudo_register_write): Change type of `buffer'
index ac43d26..0d63aeb 100644 (file)
@@ -324,7 +324,7 @@ ia64_dwarf_reg_to_regnum (int reg)
 }
 
 static int
-floatformat_valid (const struct floatformat *fmt, const char *from)
+floatformat_valid (const struct floatformat *fmt, const void *from)
 {
   return 1;
 }