diff options
author | Zack Weinberg <zack@codesourcery.com> | 2003-03-15 23:35:46 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2003-03-15 23:35:46 +0000 |
commit | e20798d13196d64e43fbfc7c2d5323d606d2c26e (patch) | |
tree | d66bc3000933460b30e12c40a175d0c98dae35e3 | |
parent | 4af16369d54a5a75f9ffd7b32a835f896995fe4d (diff) | |
download | gcc-e20798d13196d64e43fbfc7c2d5323d606d2c26e.zip gcc-e20798d13196d64e43fbfc7c2d5323d606d2c26e.tar.gz gcc-e20798d13196d64e43fbfc7c2d5323d606d2c26e.tar.bz2 |
* doc/libgcc.texi: Remove @tie.
From-SVN: r64420
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/libgcc.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b5486fd..dc7f401 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-03-15 Zack Weinberg <zack@codesourcery.com> + + * doc/libgcc.texi: Remove @tie. + 2003-03-15 Josef Zlomek <zlomekj@suse.cz> * rtl.h (subrtx_p): Renamed to rtx_referenced_p. diff --git a/gcc/doc/libgcc.texi b/gcc/doc/libgcc.texi index 19074ba..4def2af 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 |