diff options
author | Geoff Keating <geoffk@cygnus.com> | 1999-12-30 23:37:12 +0000 |
---|---|---|
committer | Geoff Keating <geoffk@cygnus.com> | 1999-12-30 23:37:12 +0000 |
commit | 4efb5faf8c15ba85539bf1fbd9e05154ab65b4c4 (patch) | |
tree | 33b516a2d5b46a632d906aadc63b93234975e34c /ChangeLog | |
parent | 17440fd3783e50592cadefef5cfb8d1a2ce8a035 (diff) | |
download | glibc-4efb5faf8c15ba85539bf1fbd9e05154ab65b4c4.zip glibc-4efb5faf8c15ba85539bf1fbd9e05154ab65b4c4.tar.gz glibc-4efb5faf8c15ba85539bf1fbd9e05154ab65b4c4.tar.bz2 |
* sysdeps/powerpc/fpu/bits/fenvinline.h (feraiseexcept): Remove
the (void) casts as now feraiseexcept returns a value.
(feclearexcept): Likewise.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't use '%r0',
it interferes with the macros for AIX.
1999-12-30 Geoff Keating <geoffk@cygnus.com>
* sysdeps/powerpc/fpu/bits/fenvinline.h (feraiseexcept): Remove
the (void) casts as now feraiseexcept returns a value.
(feclearexcept): Likewise.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't use '%r0',
it interferes with the macros for AIX.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +1999-12-30 Geoff Keating <geoffk@cygnus.com> + + * sysdeps/powerpc/fpu/bits/fenvinline.h (feraiseexcept): Remove + the (void) casts as now feraiseexcept returns a value. + (feclearexcept): Likewise. + + * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't use '%r0', + it interferes with the macros for AIX. + 1999-12-30 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-collate.c (collate_finish): Always define |