* config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.

From-SVN: r143475
This commit is contained in:
Ben Elliston 2009-01-17 23:41:31 +00:00 committed by Ben Elliston
parent 19196f4457
commit c60535f966
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2009-01-18 Ben Elliston <bje@au.ibm.com>
* config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
2009-01-16 Ben Elliston <bje@au.ibm.com>
* config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp

View file

@ -40,6 +40,9 @@ union _FP_UNION_Q
} bits __attribute__((packed));
};
__float128 __copysigntf3 (__float128, __float128);
__float128 __fabstf2 (__float128);
__float128
__copysigntf3 (__float128 a, __float128 b)
{