diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-24 20:40:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-24 20:40:44 +0000 |
commit | 52cf7d345d34e59973a8cc04773bdc1f9ba39421 (patch) | |
tree | 1ef2f778718c17af739761798c357666308b1bc4 /ChangeLog | |
parent | da1067a9154c3125a4274e1d039dd5b2d3aa953c (diff) | |
download | glibc-52cf7d345d34e59973a8cc04773bdc1f9ba39421.tar.gz glibc-52cf7d345d34e59973a8cc04773bdc1f9ba39421.tar.xz glibc-52cf7d345d34e59973a8cc04773bdc1f9ba39421.zip |
Update.
* misc/libgen.h: Don't take basename macro as taking arguments. * sysdeps/arm/bits/huge_val.h: Use hexadecimal floating-point constants for gcc >= 2.95. * sysdeps/i386/bits/huge_val.h: Likewise. * sysdeps/i386/bits/huge_val.h: Likewise. * sysdeps/ieee754/bits/huge_val.h: Likewise. * sysdeps/m68k/bits/huge_val.h: Likewise. * sysdeps/sparc/sparc32/fpu/bits/huge_val.h: Likewise. * sysdeps/sparc/sparc64/fpu/bits/huge_val.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 31b42d87cd..2a91b4a8a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 1999-08-24 Ulrich Drepper <drepper@cygnus.com> + * misc/libgen.h: Don't take basename macro as taking arguments. + + * sysdeps/arm/bits/huge_val.h: Use hexadecimal floating-point constants + for gcc >= 2.95. + * sysdeps/i386/bits/huge_val.h: Likewise. + * sysdeps/i386/bits/huge_val.h: Likewise. + * sysdeps/ieee754/bits/huge_val.h: Likewise. + * sysdeps/m68k/bits/huge_val.h: Likewise. + * sysdeps/sparc/sparc32/fpu/bits/huge_val.h: Likewise. + * sysdeps/sparc/sparc64/fpu/bits/huge_val.h: Likewise. + * conform/Makefile: New file. * conform/conformtest.pl: New file. * conform/data/aio.h-data: New file. |