From: Zack Weinberg Date: Sat, 15 Mar 2003 23:35:46 +0000 (+0000) Subject: * doc/libgcc.texi: Remove @tie. X-Git-Tag: releases/gcc-3.4.0~7890 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e20798d13196d64e43fbfc7c2d5323d606d2c26e;p=thirdparty%2Fgcc.git * doc/libgcc.texi: Remove @tie. From-SVN: r64420 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b5486fda5686..dc7f401c9b45 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-03-15 Zack Weinberg + + * doc/libgcc.texi: Remove @tie. + 2003-03-15 Josef Zlomek * rtl.h (subrtx_p): Renamed to rtx_referenced_p. diff --git a/gcc/doc/libgcc.texi b/gcc/doc/libgcc.texi index 19074ba985aa..4def2afec580 100644 --- a/gcc/doc/libgcc.texi +++ b/gcc/doc/libgcc.texi @@ -260,7 +260,7 @@ These functions return 1 if either argument is NaN, otherwise 0. @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