* config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
From-SVN: r143475
This commit is contained in:
parent
19196f4457
commit
c60535f966
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -40,6 +40,9 @@ union _FP_UNION_Q
|
|||
} bits __attribute__((packed));
|
||||
};
|
||||
|
||||
__float128 __copysigntf3 (__float128, __float128);
|
||||
__float128 __fabstf2 (__float128);
|
||||
|
||||
__float128
|
||||
__copysigntf3 (__float128 a, __float128 b)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue