* ia64-tdep.c (floatformat_valid): Change type of `from' from

`const char *' to `const void *'.
This commit is contained in:
Kevin Buettner 2005-11-08 01:42:53 +00:00
parent e2b7c96630
commit 2fda21a6e3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View 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;
}