summaryrefslogtreecommitdiffstats
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-03-02 16:46:12 +0000
committerJeff Johnston <jjohnstn@redhat.com>2006-03-02 16:46:12 +0000
commitcb1975812d5fdf87452ecdae67f5011a3049c01b (patch)
tree574620f6111fc61e61400695e56f8a5a9fb3094c /newlib
parent5aa3e3717fba6bd302eb19fa2c1ec2735007aa54 (diff)
downloadcygnal-cb1975812d5fdf87452ecdae67f5011a3049c01b.tar.gz
cygnal-cb1975812d5fdf87452ecdae67f5011a3049c01b.tar.bz2
cygnal-cb1975812d5fdf87452ecdae67f5011a3049c01b.zip
2006-03-02 Jeff Johnston <jjohnstn@redhat.com>
* libm/math/math.tex: Fix reference to sisnan.def which is now in common subdirectory. * libm/mathfp/mathfp.tex: Ditto.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog6
-rw-r--r--newlib/libm/math/math.tex2
-rw-r--r--newlib/libm/mathfp/mathfp.tex2
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 <jjohnstn@redhat.com>
+
+ * 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 <jjohnstn@redhat.com>
* 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