mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 03:30:29 +08:00
* config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
From-SVN: r143475
This commit is contained in:
parent
19196f4457
commit
c60535f966
@ -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…
x
Reference in New Issue
Block a user