diff options
author | Michael Meissner <meissner@linux.ibm.com> | 2021-02-22 15:54:39 -0500 |
---|---|---|
committer | Michael Meissner <meissner@linux.ibm.com> | 2021-02-22 15:54:39 -0500 |
commit | 692ba083d9a22aaa08c8a3700d0237db8c922dc4 (patch) | |
tree | 1c30941346fa149049e0cc127cd9bf9340fcfb92 | |
parent | 781183595acba67a37c66f59a0c1d9b5fee7e248 (diff) | |
download | gcc-692ba083d9a22aaa08c8a3700d0237db8c922dc4.zip gcc-692ba083d9a22aaa08c8a3700d0237db8c922dc4.tar.gz gcc-692ba083d9a22aaa08c8a3700d0237db8c922dc4.tar.bz2 |
Fix a comment line that was too long.
libgcc/
2021-02-22 Michael Meissner <meissner@linux.ibm.com>
* dfp-bit.c (BFP_TO_DFP): Fix a comment line that was too long.
-rw-r--r-- | libgcc/dfp-bit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgcc/dfp-bit.c b/libgcc/dfp-bit.c index 0b0f9ac..ed14b86 100644 --- a/libgcc/dfp-bit.c +++ b/libgcc/dfp-bit.c @@ -643,7 +643,8 @@ BFP_TO_DFP (BFP_TYPE x) decContextDefault (&context, CONTEXT_INIT); DFP_INIT_ROUNDMODE (context.round); - /* Use the sprintf library function to write the floating point value to a string. + /* Use the sprintf library function to write the floating point value to a + string. If we are handling the IEEE 128-bit floating point on PowerPC, use the special function __sprintfkf instead of sprintf. This function allows us |