mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 01:30:50 +00:00
* ia64-tdep.c (floatformat_valid): Change type of `from' from
`const char *' to `const void *'.
This commit is contained in:
parent
e2b7c96630
commit
2fda21a6e3
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user