This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] libgcc.texi decimal float conversion cleanups


> In the GCC Internals Manual the formatting for some of the decimal float
> library routines is a bit flakey, with @c commands (comments?) affecting
> the indentation.  Conversions between binary and decimal float types of
> the same size are claimed to convert to wider or narrower modes, which
> is confusing.  This patch moves some functions around and fixes the
> formatting so that the result is prettier.

> 2007-08-21  Janis Johnson  <janis187@us.ibm.com>
> 
> 	* doc/libgcc.texi (Decimal float library routines): Fix formatting
> 	and rearrange floating point conversion functions into different
> 	categories.

This is okay.  (Yes, @c is the Texinfo comment syntax.) 

Cheers, Ben



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]