aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVincent Lefevre <vincent@vinc17.net>2021-09-27 10:56:14 -0400
committerJeff Law <jeffreyalaw@gmail.com>2021-09-27 10:56:14 -0400
commit3e6a511b94fd653d8d03491eae20307bd27b8f8e (patch)
treefd6a46868511229be5de7f821902c6cb9359eb17 /include
parentd06dc8a2c73735e9496f434787ba4c93ceee5eea (diff)
downloadgcc-3e6a511b94fd653d8d03491eae20307bd27b8f8e.zip
gcc-3e6a511b94fd653d8d03491eae20307bd27b8f8e.tar.gz
gcc-3e6a511b94fd653d8d03491eae20307bd27b8f8e.tar.bz2
Update pathname for IBM long double description.
include/ * floatformat.h: Update pathname for IBM long double description.
Diffstat (limited to 'include')
-rw-r--r--include/floatformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/floatformat.h b/include/floatformat.h
index 5f9c143..288aedd 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;