diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-20 21:49:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-20 21:49:26 +0000 |
commit | 800a312a56abc34e98c5b2474260adc8c4faccd7 (patch) | |
tree | 326638c1c25cc1cec6907d56d8bc35e53c3c7355 /ChangeLog | |
parent | 1010f17b925bdd26f313e64084bc82f57be9ab03 (diff) | |
download | glibc-800a312a56abc34e98c5b2474260adc8c4faccd7.tar.gz glibc-800a312a56abc34e98c5b2474260adc8c4faccd7.tar.xz glibc-800a312a56abc34e98c5b2474260adc8c4faccd7.zip |
* sysdeps/generic/gmp-mparam.h: Include <bits/wordsize.h>.
(BITS_PER_MP_LIMB, BYTES_PER_MP_LIMB, BITS_PER_LONGINT): Define in terms of __WORDSIZE. * sysdeps/x86_64/gmp-mparam.h: File removed. * sysdeps/sparc/gmp-mparam.h: File removed. * sysdeps/mips/mips64/gmp-mparam.h: File removed. * sysdeps/ia64/gmp-mparam.h: File removed. * sysdeps/alpha/gmp-mparam.h: File removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 79e594ed0e..094c157fa1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-09-20 Roland McGrath <roland@redhat.com> + + * sysdeps/generic/gmp-mparam.h: Include <bits/wordsize.h>. + (BITS_PER_MP_LIMB, BYTES_PER_MP_LIMB, BITS_PER_LONGINT): Define in + terms of __WORDSIZE. + * sysdeps/x86_64/gmp-mparam.h: File removed. + * sysdeps/sparc/gmp-mparam.h: File removed. + * sysdeps/mips/mips64/gmp-mparam.h: File removed. + * sysdeps/ia64/gmp-mparam.h: File removed. + * sysdeps/alpha/gmp-mparam.h: File removed. + 2002-09-20 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/elf/libc-start.c: Use long in place of int for argc |