]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update pathname for IBM long double description.
authorVincent Lefevre <vincent@vinc17.net>
Mon, 27 Sep 2021 14:56:14 +0000 (10:56 -0400)
committerJeff Law <jeffreyalaw@gmail.com>
Mon, 27 Sep 2021 14:56:14 +0000 (10:56 -0400)
include/
* floatformat.h: Update pathname for IBM long double description.

include/floatformat.h

index 5f9c14361f50ba893f803702cd7c90bf5ca01302..288aedda192fa401f8ab260c0be935446fe0294b 100644 (file)
@@ -91,7 +91,7 @@ struct floatformat
 
   /* Is the format actually the sum of two smaller floating point
      formats (IBM long double, as described in
-     gcc/config/rs6000/darwin-ldouble-format)?  If so, this is the
+     libgcc/config/rs6000/ibm-ldouble-format)?  If so, this is the
      smaller format in question, and the fields sign_start through
      intbit describe the first half.  If not, this is NULL.  */
   const struct floatformat *split_half;