From: Roland McGrath Date: Thu, 16 Jan 2003 11:29:14 +0000 (+0000) Subject: Tweak merged .abilist file format to merge duplicate symbols in X-Git-Tag: cvs/glibc-2_3_2~282 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4dd98447becf0335662dfe4dc9b6261f3a376b65;p=thirdparty%2Fglibc.git Tweak merged .abilist file format to merge duplicate symbols in different sets into multi-version stanzas with new "| SET regexp..." header continuation lines. * scripts/merge-abilist.awk: Rewritten for new format. * scripts/extract-abilist.awk: Likewise. --- diff --git a/ChangeLog b/ChangeLog index fd63ff03a01..12c0ea625c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-01-16 Roland McGrath + + Tweak merged .abilist file format to merge duplicate symbols in + different sets into multi-version stanzas with new "| SET regexp..." + header continuation lines. + * scripts/merge-abilist.awk: Rewritten for new format. + * scripts/extract-abilist.awk: Likewise. + 2003-01-15 Ulrich Drepper * nscd/connections.c (nscd_run): Remove bogus return which isn't