OSDN Git Service

* config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jan 2009 23:41:31 +0000 (23:41 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jan 2009 23:41:31 +0000 (23:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143475 138bc75d-0d04-0410-961f-82ee72b054a4

libgcc/ChangeLog
libgcc/config/i386/32/tf-signs.c

index 79843b0..ea7a915 100644 (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
index 1b19b60..ee92d6e 100644 (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)
 {