From bbdf82856440bb670f5db03d6e79103b0c7b59a5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 23 Jul 2001 04:11:06 +0000 Subject: [PATCH] Update. * iconv/iconvconfig.c (write_output): Update comment explaining output format. --- ChangeLog | 3 +++ iconv/iconvconfig.c | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62fd68d..0f78ba3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-07-22 Ulrich Drepper + * 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. diff --git a/iconv/iconvconfig.c b/iconv/iconvconfig.c index a6a9bc7..3d986af 100644 --- a/iconv/iconvconfig.c +++ b/iconv/iconvconfig.c @@ -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) -- 2.7.4