From cb1975812d5fdf87452ecdae67f5011a3049c01b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 2 Mar 2006 16:46:12 +0000 Subject: [PATCH] 2006-03-02 Jeff Johnston * libm/math/math.tex: Fix reference to sisnan.def which is now in common subdirectory. * libm/mathfp/mathfp.tex: Ditto. --- newlib/ChangeLog | 6 ++++++ newlib/libm/math/math.tex | 2 +- newlib/libm/mathfp/mathfp.tex | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 8fbfbe4d2..d1da05fe5 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2006-03-02 Jeff Johnston + + * libm/math/math.tex: Fix reference to sisnan.def which + is now in common subdirectory. + * libm/mathfp/mathfp.tex: Ditto. + 2006-02-27 Jeff Johnston * Makefile.am (MATHOBJS_IN_LIBC): Add s_isinfd, sf_isinff, diff --git a/newlib/libm/math/math.tex b/newlib/libm/math/math.tex index 0c84e618a..7bc56ce9a 100644 --- a/newlib/libm/math/math.tex +++ b/newlib/libm/math/math.tex @@ -181,7 +181,7 @@ The library is set to X/Open mode by default. @include common/sinfinity.def @page -@include math/sisnan.def +@include common/sisnan.def @page @include math/sldexp.def diff --git a/newlib/libm/mathfp/mathfp.tex b/newlib/libm/mathfp/mathfp.tex index 87905dcb1..0b9f08557 100644 --- a/newlib/libm/mathfp/mathfp.tex +++ b/newlib/libm/mathfp/mathfp.tex @@ -181,7 +181,7 @@ The library is set to X/Open mode by default. @include common/sinfinity.def @page -@include mathfp/sisnan.def +@include common/sisnan.def @page @include mathfp/sldexp.def