diff options
author | Geoff Keating <geoffk@cygnus.com> | 2000-03-04 03:36:14 +0000 |
---|---|---|
committer | Geoff Keating <geoffk@cygnus.com> | 2000-03-04 03:36:14 +0000 |
commit | 8ed1e7d5894000c155acbd06ffd2ba07ea9f718b (patch) | |
tree | b9555e693953f12cd6a0a4f533922db17513d8b0 /soft-fp/ChangeLog | |
parent | 706546ff10e0979cf49d002c03334810663b655f (diff) | |
download | glibc-8ed1e7d5894000c155acbd06ffd2ba07ea9f718b.tar.gz glibc-8ed1e7d5894000c155acbd06ffd2ba07ea9f718b.tar.xz glibc-8ed1e7d5894000c155acbd06ffd2ba07ea9f718b.zip |
In libc/:
* configure.in: Compute sizeof-long-double. * configure: Regenerated. * config.make.in: Make sizeof-long-double available to sub-makes. In libc/soft-fp/: * soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it as a statement. * sysdeps/powerpc/Makefile (routines): New file. * sysdeps/powerpc/q_*: New files. 2000-03-03 Geoff Keating <geoffk@cygnus.com> * configure.in: Compute sizeof-long-double. * configure: Regenerated. * config.make.in: Make sizeof-long-double available to sub-makes.
Diffstat (limited to 'soft-fp/ChangeLog')
-rw-r--r-- | soft-fp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/soft-fp/ChangeLog b/soft-fp/ChangeLog index f4e8bea5ee..737d5070ec 100644 --- a/soft-fp/ChangeLog +++ b/soft-fp/ChangeLog @@ -1,3 +1,11 @@ +2000-03-03 Geoff Keating <geoffk@cygnus.com> + + * soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it + as a statement. + + * sysdeps/powerpc/Makefile (routines): New file. + * sysdeps/powerpc/q_*: New files. + 1999-10-29 Jakub Jelinek <jakub@redhat.com> * Makefile: New file. |