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.
This commit is contained in:
Michael Meissner 2021-02-22 15:54:39 -05:00
parent 781183595a
commit 692ba083d9
1 changed files with 2 additions and 1 deletions

View File

@ -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