aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-06 05:48:26 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-06 05:48:26 +0000
commit681627531b56d2f47bdef803cbeef2d6e842a126 (patch)
treea6e3a41fab82a8df21eb6e30fe012c1241fa366e /ChangeLog
parent403cb8a19cb457b7f830520a06b0da5a2b846812 (diff)
downloadglibc-681627531b56d2f47bdef803cbeef2d6e842a126.tar
glibc-681627531b56d2f47bdef803cbeef2d6e842a126.tar.gz
glibc-681627531b56d2f47bdef803cbeef2d6e842a126.tar.bz2
glibc-681627531b56d2f47bdef803cbeef2d6e842a126.zip
Update.
* elf/cache.c (print_entry): Use PRIx64 instead of Lx in printf string. Include <inttypes.h> instead of <stdint.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14e40269da..24642925c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2001-02-05 Ulrich Drepper <drepper@redhat.com>
+ * elf/cache.c (print_entry): Use PRIx64 instead of Lx in printf
+ string. Include <inttypes.h> instead of <stdint.h>.
+
* localedata/Makefile (tests): Add bug-iconv-trans.
Define bug-iconv-trans-ENV.
* localedata/bug-iconv-trans.c: New file.