diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-29 10:58:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-29 10:58:02 +0000 |
commit | d51913e933e4a323fcafbac9b054c0addb7a201e (patch) | |
tree | dd14ac7cbf641bdbbed049be25cfc6232c98870c /ChangeLog | |
parent | baa9f3f31ea57a9e46a487a2a113eb5da4705f62 (diff) | |
download | glibc-d51913e933e4a323fcafbac9b054c0addb7a201e.zip glibc-d51913e933e4a323fcafbac9b054c0addb7a201e.tar.gz glibc-d51913e933e4a323fcafbac9b054c0addb7a201e.tar.bz2 |
Update.
* sysdeps/alpha/fpu/s_floor.c (__floor): Don't depend on inlining,
duplicate the code.
* sysdeps/alpha/fpu/s_floorf.c (__floorf): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 1999-01-29 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/alpha/fpu/s_floor.c (__floor): Don't depend on inlining, + duplicate the code. + * sysdeps/alpha/fpu/s_floorf.c (__floorf): Likewise. + * sysdeps/i386/Versions: Exports functions from libgcc sinc ethis is what was done in glibc 2.0. * sysdeps/m68k/Versions: Likewise. New file. |