From: Michael Meissner Date: Mon, 22 Feb 2021 20:54:39 +0000 (-0500) Subject: Fix a comment line that was too long. X-Git-Tag: basepoints/gcc-12~927 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=692ba083d9a22aaa08c8a3700d0237db8c922dc4;p=thirdparty%2Fgcc.git Fix a comment line that was too long. libgcc/ 2021-02-22 Michael Meissner * dfp-bit.c (BFP_TO_DFP): Fix a comment line that was too long. --- diff --git a/libgcc/dfp-bit.c b/libgcc/dfp-bit.c index 0b0f9ace1fac..ed14b863c80e 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