diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 08:50:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 08:50:08 +0000 |
commit | cb7c4a271150ed746021644c8f8c83a32b20534d (patch) | |
tree | 875d74396fdd65f5a71e91dcc36f1a368b42259f /ChangeLog | |
parent | a778db0624f4359cd0e1aea9384235d4a376b1a8 (diff) | |
download | glibc-cb7c4a271150ed746021644c8f8c83a32b20534d.tar glibc-cb7c4a271150ed746021644c8f8c83a32b20534d.tar.gz glibc-cb7c4a271150ed746021644c8f8c83a32b20534d.tar.bz2 glibc-cb7c4a271150ed746021644c8f8c83a32b20534d.zip |
Update.
* stdio-common/itoa-digits.c: Move upper digits to...
* stdio-common/itoa-udigits.c: ...here. New file.
* stdio-common/Makefile (routines): Add itoa-udigits.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-08-31 Ulrich Drepper <drepper@redhat.com> + * stdio-common/itoa-digits.c: Move upper digits to... + * stdio-common/itoa-udigits.c: ...here. New file. + * stdio-common/Makefile (routines): Add itoa-udigits. + * sysdeps/i386/dl-machine.h (elf_machine_rel): For the version to relocate ld.so don't add supprt for relocations which should not appear in ld.so. |