From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20262 invoked by alias); 27 Dec 2002 20:53:08 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 20246 invoked from network); 27 Dec 2002 20:53:07 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.55.100) by 209.249.29.67 with SMTP; 27 Dec 2002 20:53:07 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 0511C36DE; Fri, 27 Dec 2002 12:52:55 -0800 (PST) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id gBRKqtP28780; Fri, 27 Dec 2002 12:52:55 -0800 Date: Fri, 27 Dec 2002 12:53:00 -0000 Message-Id: <200212272052.gBRKqtP28780@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andreas Jaeger Cc: GNU libc hackers Subject: Re: glibc ABI symbol list checking In-Reply-To: Andreas Jaeger's message of Friday, 27 December 2002 21:33:51 +0100 X-Shopping-List: (1) Agnostic two-way breezes (2) Gaelic Compassion rectums (3) Imperious spearmint coolants (4) Murderous barbarous fruit goats X-SW-Source: 2002-12/txt/msg00059.txt.bz2 > update-abi does work now for me but if I transfer e.g. the > locale/libBrokenLocale.abilist file for i.86 which is: > > GLIBC_2.0 i.86-.*-linux.* > GLIBC_2.0 A > __ctype_get_mb_cur_max F > > to x86-64 and run update-abi this time as: > $ make update-abi update-abi-config='x86_64-.*-linux.*' > > I get a new file: > GLIBC_2.2.5 x86_64-.*-linux.* > GLIBC_2.2.5 A > __ctype_get_mb_cur_max F > > The config for i.86 is removed. How should those two get merged > together correctly? I cannot reproduce this. I get both the existing GLIBC_2.0 list and the new GLIBC_2.2.5 list just as I should. What awk are you using?