]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/floatformat.c
floatformat.c (floatformat_always_valid): Change type of last argument to `void *'.
authorMark Kettenis <kettenis@gnu.org>
Wed, 17 Aug 2005 17:30:47 +0000 (17:30 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Wed, 17 Aug 2005 17:30:47 +0000 (13:30 -0400)
commite89b6c1c1ec815a9eaedf6e10daf5b8d07f4d54f
treeec71c39fb7a9ac9e5c922bc2257f46fc0c9221a6
parent0f029d398bb38fcc1b89a5e0de9a2848e3142154
floatformat.c (floatformat_always_valid): Change type of last argument to `void *'.

[libiberty]
* floatformat.c (floatformat_always_valid): Change type of last
argument to `void *'.
(floatformat_i387_ext_is_valid): Likewise.
(floatformat_to_double): Change type of second argument to `const
void *'.
(floatformat_from_double): Change type of last argument to `void
*'.
(floatformat_is_valid): Change type of last argument to `const
void *'.
(ieee_test): Remove redundant casts.
[include]
* floatformat.h (struct floatformat): Change type of large
argument for is_valid member to `const void *'.
(floatformat_to_double): Change type of second argument to `const
void *'.
(floatformat_from_double): Change type of last argument to `void
*'.
(floatformat_is_valid): Change type of last argument to `const
void *'.

From-SVN: r103218
include/ChangeLog
include/floatformat.h
libiberty/ChangeLog
libiberty/floatformat.c