diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-02-27 16:53:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-02-27 16:53:21 +0000 |
commit | 227d9931ef8b8c9879e14fab19ee134411a04d5e (patch) | |
tree | bfb6029a81366ecc409388200ac778fe90025395 /Makefile | |
parent | b8ce6e3ee025d50cee0a9ccf332fa53145ecf65d (diff) | |
download | glibc-227d9931ef8b8c9879e14fab19ee134411a04d5e.tar.gz |
Update.
* Makefile (distribute): Add README.libm.
1998-02-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* time/clocktest.c (main): Correct typo: "--" -> "==".
1998-02-25 20:53 H.J. Lu <hjl@gnu.org>
* sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
inline function.
(copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
inline functions.
* math/libm.map (__atan2): Added.
1998-02-27 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -313,7 +313,7 @@ parent_echo-distinfo: # Make the distribution tarfile. -distribute := README INSTALL FAQ NOTES NEWS PROJECTS BUGS \ +distribute := README README.libm INSTALL FAQ NOTES NEWS PROJECTS BUGS \ COPYING.LIB COPYING ChangeLog ChangeLog.[0-9] \ Makefile Makeconfig Makerules Rules Make-dist MakeTAGS \ extra-lib.mk o-iterator.mk \ |