Commit 39dfdd20 by Fredrik Unger Committed by Uros Bizjak

floatuntisf.c (__floatuntisf): Correct function name from __floatundisf.

        * config/soft-fp/floatuntisf.c (__floatuntisf): Correct
        function name from __floatundisf.
        * config/soft-fp/fixdfti.c (__fixdfti): Correct argument type to
        DFtype.

From-SVN: r142218
parent 5d059ed9
2008-11-26 Fredrik Unger <fred@tree.se>
* config/soft-fp/floatuntisf.c (__floatuntisf): Correct
function name from __floatundisf.
* config/soft-fp/fixdfti.c (__fixdfti): Correct argument type to
DFtype.
2008-11-25 Daniel Berlin <dberlin@dberlin.org>
Richard Guenther <rguenther@suse.de>
Richard Guenther <rguenther@suse.de>
PR tree-optimization/37869
* tree-ssa-structalias.c (struct constraint_graph): Remove
......@@ -31,7 +31,7 @@
#include "soft-fp.h"
#include "double.h"
TItype __fixdfti(TFtype a)
TItype __fixdfti(DFtype a)
{
FP_DECL_EX;
FP_DECL_D(A);
......
......@@ -31,7 +31,7 @@
#include "soft-fp.h"
#include "single.h"
SFtype __floatundisf(UTItype i)
SFtype __floatuntisf(UTItype i)
{
FP_DECL_EX;
FP_DECL_S(A);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment