From: Vincent Lefevre Date: Mon, 27 Sep 2021 14:56:14 +0000 (-0400) Subject: Update pathname for IBM long double description. X-Git-Tag: basepoints/gcc-13~4413 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e6a511b94fd653d8d03491eae20307bd27b8f8e;p=thirdparty%2Fgcc.git Update pathname for IBM long double description. include/ * floatformat.h: Update pathname for IBM long double description. --- diff --git a/include/floatformat.h b/include/floatformat.h index 5f9c14361f50..288aedda192f 100644 --- a/include/floatformat.h +++ b/include/floatformat.h @@ -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;