]> gcc.gnu.org Git - gcc.git/commitdiff
t-softfp-compat: Update comments.
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 8 Jul 2008 13:13:13 +0000 (13:13 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 8 Jul 2008 13:13:13 +0000 (06:13 -0700)
2008-07-08  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/64/t-softfp-compat: Update comments.

From-SVN: r137619

libgcc/ChangeLog
libgcc/config/i386/64/t-softfp-compat

index da2a7ad2dbb06b3d0d11fe5e2781e87917b600ca..348afc5d227feb14c2688a634f1e4ebe708a0ed3 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/64/t-softfp-compat: Update comments.
+
 2008-07-07  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/i386/64/_divtc3-compat.c: Moved to ...
index c7555ab6aeaeb4471732f2aae0f8c5454e937519..afaa526ae2971865770e24eea22ecbd35585f0a1 100644 (file)
@@ -1,5 +1,8 @@
-# Filter out the following TImode functions and provide backward binary
-# compatibility.
+# When TFmode was first added to x86-64 in gcc 4.3.0, some TFmode
+# support functions got improper versions by accident.  Here we
+# correct the version and provide backward binary compatibility.
+
+# Filter out the following TFmode functions.
 tf-compats = getf2.c letf2.c eqtf2.c
 tf-functions := $(addprefix $(gcc_srcdir)/config/soft-fp/, $(tf-compats))
 LIB2ADD := $(filter-out $(tf-functions), $(LIB2ADD))
This page took 0.066619 seconds and 5 git commands to generate.