diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-14 18:37:24 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-14 18:37:24 +0000 |
commit | e63c98c61bdec4494b03e4363fed0037e5661bb7 (patch) | |
tree | 116f6504d8e32832a239beea25fe51ad66cc6c1c /newlib/libm | |
parent | fd1165e29afdf1b92db778d8539465169aec64a3 (diff) | |
download | cygnal-e63c98c61bdec4494b03e4363fed0037e5661bb7.tar.gz cygnal-e63c98c61bdec4494b03e4363fed0037e5661bb7.tar.bz2 cygnal-e63c98c61bdec4494b03e4363fed0037e5661bb7.zip |
2005-10-14 Bob Wilson <bob.wilson@acm.org>
* libc/reent/reent.tex (Reentrancy): Replace "Cygnus C Library"
with "Red Hat newlib C Library".
* libc/sys.tex (Stubs): Likewise.
* libm/math/math.tex (Math): Likewise.
* libm/mathfp/mathfp.tex (Math): Likewise.
Diffstat (limited to 'newlib/libm')
-rw-r--r-- | newlib/libm/math/math.tex | 2 | ||||
-rw-r--r-- | newlib/libm/mathfp/mathfp.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/math/math.tex b/newlib/libm/math/math.tex index 0b1e596fb..abe8bce5c 100644 --- a/newlib/libm/math/math.tex +++ b/newlib/libm/math/math.tex @@ -25,7 +25,7 @@ Since the error handling code calls @code{fputs}, the mathematical subroutines require stubs or minimal implementations for the same list of OS subroutines as @code{fputs}: @code{close}, @code{fstat}, @code{isatty}, @code{lseek}, @code{read}, @code{sbrk}, @code{write}. -@xref{syscalls,,System Calls, libc.info, The Cygnus C Support Library}, +@xref{syscalls,,System Calls, libc.info, The Red Hat newlib C Library}, for a discussion and for sample minimal implementations of these support subroutines. diff --git a/newlib/libm/mathfp/mathfp.tex b/newlib/libm/mathfp/mathfp.tex index 6286405a0..0d496a241 100644 --- a/newlib/libm/mathfp/mathfp.tex +++ b/newlib/libm/mathfp/mathfp.tex @@ -25,7 +25,7 @@ Since the error handling code calls @code{fputs}, the mathematical subroutines require stubs or minimal implementations for the same list of OS subroutines as @code{fputs}: @code{close}, @code{fstat}, @code{isatty}, @code{lseek}, @code{read}, @code{sbrk}, @code{write}. -@xref{syscalls,,System Calls, libc.info, The Cygnus C Support Library}, +@xref{syscalls,,System Calls, libc.info, The Red Hat newlib C Library}, for a discussion and for sample minimal implementations of these support subroutines. |