diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-22 21:21:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-22 21:21:52 +0000 |
commit | 765bbb24bd0bc5da4e183b1f6f43196da0126ffb (patch) | |
tree | 4b2950da43a7d6c3dcf3d2be97431e7e3b102e54 /ChangeLog | |
parent | 6cae39579b699d09b94a315483a9ac804b56fe34 (diff) | |
download | glibc-765bbb24bd0bc5da4e183b1f6f43196da0126ffb.tar.gz glibc-765bbb24bd0bc5da4e183b1f6f43196da0126ffb.tar.xz glibc-765bbb24bd0bc5da4e183b1f6f43196da0126ffb.zip |
* stdio-common/_itowa.c: Don't compile _itowa for 64-bit
platforms. * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for 64-bit platforms. * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if possible. * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa if possible.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9a5ec51912..520b3ecc0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2007-01-22 Ulrich Drepper <drepper@redhat.com> + * stdio-common/_itowa.c: Don't compile _itowa for 64-bit + platforms. + * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for + 64-bit platforms. + * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if + possible. + * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa + if possible. + [BZ #3902] * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted. * stdio-common/Makefile (tests): Add bug17. |