aboutsummaryrefslogtreecommitdiff
path: root/include/floatformat.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-05-13 16:43:15 +0930
committerAlan Modra <amodra@gmail.com>2022-05-13 16:43:15 +0930
commit31b15688c414c7caf957be63d2914faafa1b9dda (patch)
treee9d162e81034cf547a59a312c82a43df5b9f0a29 /include/floatformat.h
parent845cbaa9ffbfd6a1f7976a6c7f3e4461e4d41993 (diff)
downloadbinutils-31b15688c414c7caf957be63d2914faafa1b9dda.zip
binutils-31b15688c414c7caf957be63d2914faafa1b9dda.tar.gz
binutils-31b15688c414c7caf957be63d2914faafa1b9dda.tar.bz2
Import libiberty from gcc
Diffstat (limited to 'include/floatformat.h')
-rw-r--r--include/floatformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/floatformat.h b/include/floatformat.h
index ffb02f9..291acd4 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;