diff options
author | Andreas Jaeger <aj@suse.de> | 2000-09-06 00:05:57 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-09-06 00:05:57 +0000 |
commit | 10878c33f13e20b77fe8b49f9185e2d9a03be45a (patch) | |
tree | 1c02db9c32a5709fa1e8fc836af1f0a88498eec5 /ChangeLog | |
parent | 8219785c27da56faa6399d1e671c933656ca1642 (diff) | |
download | glibc-10878c33f13e20b77fe8b49f9185e2d9a03be45a.tar glibc-10878c33f13e20b77fe8b49f9185e2d9a03be45a.tar.gz glibc-10878c33f13e20b77fe8b49f9185e2d9a03be45a.tar.bz2 glibc-10878c33f13e20b77fe8b49f9185e2d9a03be45a.zip |
Update.
2000-09-06 Andreas Jaeger <aj@suse.de>
* sysdeps/powerpc/Makefile [$(subdir) = elf]: Modify
sysdep-dl-routines and sysdep_routines instead of rtld-routines
and dl-routines.
* soft-fp/ChangeLog: Merged with this file.
2000-06-13 Ulrich Drepper <drepper@redhat.com>
* soft-fp/Makefile (distribute): Add op-8.h and testit.c.
* soft-fp/Makefile (distribute): Add the math functions, too.
* soft-fp/Makefile (distribute): Add ChangeLog, Banner, and configure.
2000-03-03 Geoff Keating <geoffk@cygnus.com>
* soft-fp/soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it
as a statement.
* soft-fp/sysdeps/powerpc/Makefile (routines): New file.
* soft-fp/sysdeps/powerpc/q_*: New files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +2000-09-06 Andreas Jaeger <aj@suse.de> + + * sysdeps/powerpc/Makefile [$(subdir) = elf]: Modify + sysdep-dl-routines and sysdep_routines instead of rtld-routines + and dl-routines. + + * soft-fp/ChangeLog: Merged with this file. + +2000-06-13 Ulrich Drepper <drepper@redhat.com> + + * soft-fp/Makefile (distribute): Add op-8.h and testit.c. + + * soft-fp/Makefile (distribute): Add the math functions, too. + + * soft-fp/Makefile (distribute): Add ChangeLog, Banner, and configure. + +2000-03-03 Geoff Keating <geoffk@cygnus.com> + + * soft-fp/soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it + as a statement. + + * soft-fp/sysdeps/powerpc/Makefile (routines): New file. + * soft-fp/sysdeps/powerpc/q_*: New files. + 2000-09-05 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfprintf.c (process_string_arg): Handle precision |