floatuntisf.c (__floatuntisf): Correct function name from __floatundisf.
authorFredrik Unger <fred@tree.se>
Wed, 26 Nov 2008 12:32:43 +0000 (13:32 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 26 Nov 2008 12:32:43 +0000 (13:32 +0100)
        * 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

gcc/ChangeLog
gcc/config/soft-fp/fixdfti.c
gcc/config/soft-fp/floatuntisf.c

index 1d76afdf9d8e9064fb22ba665d336946ff58be89..9238560a6d7cd1b2eb03fcc835f462934f9314e1 100644 (file)
@@ -1,5 +1,12 @@
+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
index 6d06514e22e09b80bb88a78b24efe841bbbc74d6..378f727b8b192611afa3fb724d49819bd5fd0bf5 100644 (file)
@@ -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);
index 11ad6430e2548120a99eb8ec5d5b0edbf82385d7..60971d61c17f11aa058a13e404f0c218ac950cb8 100644 (file)
@@ -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);