]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 23 Jul 2001 04:11:06 +0000 (04:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 23 Jul 2001 04:11:06 +0000 (04:11 +0000)
* iconv/iconvconfig.c (write_output): Update comment explaining
output format.

ChangeLog
iconv/iconvconfig.c

index 62fd68d4dc8f94633ee277f89f8f5982b6832c89..0f78ba3c00d5c9a066bc077534952ccea60a77cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-07-22  Ulrich Drepper  <drepper@redhat.com>
 
+       * iconv/iconvconfig.c (write_output): Update comment explaining
+       output format.
+
        * elf/dl-load.c (_dl_dst_count): In SUID binaries expand $ORIGIN
        if it is alone.
        (_dl_dst_substitute): Likewise.
index a6a9bc7aa307491a28d18427c29f26c27e9a0ad5..3d986af392c8c31a2f796d47ca945e530135864f 100644 (file)
@@ -923,13 +923,13 @@ next_prime (uint32_t seed)
                             to-internal module name offset
                             offset into other conversion table
 
-   ooff     ???          Sequence of words
-                            name offset
+   ooff     ???          One or more of
+                            number of steps/modules
                             one or more of tuple
-                              canonical name offset
+                              canonical name offset for output
                               module dir name offset
                               module name offset
-                            (following last entry canocical name offset is 0)
+                         (following last entry with step count 0)
 */
 static int
 write_output (void)