Soft-float documentation, revised again

Zack Weinberg zack@codesourcery.com
Sat Mar 15 23:48:00 GMT 2003


Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de> writes:

> ../../gcc-head/gcc/doc/libgcc.texi:263: Unknown command `tie'.
> ../../gcc-head/gcc/doc/libgcc.texi:263: Misplaced {.
> ../../gcc-head/gcc/doc/libgcc.texi:263: Misplaced }.
> make[2]: *** [../../gcc-head/gcc/doc/gccint.info] Error 2

Bleh, sorry, I didn't realize that was makeinfo 4.3 specific.  I've
checked in this patch to take it out again.

zw

        * doc/libgcc.texi: Remove @tie.

===================================================================
Index: doc/libgcc.texi
--- doc/libgcc.texi	15 Mar 2003 19:54:10 -0000	1.1
+++ doc/libgcc.texi	15 Mar 2003 23:33:01 -0000
@@ -260,7 +260,7 @@ These functions return 1 if either argum
 @end deftypefn
 
 There is also a complete group of higher level functions which
-correspond directly to comparison operators.  They implement the ISO@tie{}C
+correspond directly to comparison operators.  They implement the ISO C
 semantics for floating-point comparisons, taking NaN into account.
 Pay careful attention to the return values defined for each set.
 Under the hood, all of these routines are implemented as



More information about the Gcc-patches mailing list