From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3314 invoked by alias); 28 Dec 2002 13:54:07 -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 3244 invoked from network); 28 Dec 2002 13:54:06 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by 209.249.29.67 with SMTP; 28 Dec 2002 13:54:06 -0000 Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id 1D6251488D; Sat, 28 Dec 2002 14:53:55 +0100 (MET) Received: from aj by arthur.inka.de with local (Exim 3.34 #1) id 18SHPV-0002NG-00; Sat, 28 Dec 2002 14:53:53 +0100 Mail-Copies-To: never To: Roland McGrath Cc: GNU libc hackers Subject: Re: glibc ABI symbol list checking References: <200212272052.gBRKqtP28780@magilla.sf.frob.com> From: Andreas Jaeger Date: Sat, 28 Dec 2002 05:54:00 -0000 In-Reply-To: <200212272052.gBRKqtP28780@magilla.sf.frob.com> (Roland McGrath's message of "Fri, 27 Dec 2002 12:52:55 -0800") Message-ID: User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Artificial Intelligence, i386-suse-linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00067.txt.bz2 Roland McGrath writes: >> 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? > $ awk --version GNU Awk 3.1.1 [...] Note it works fine if I run on i686-linux-gnu with another regex so that the contents is the same: GLIBC_2.0 i.86-.*-linux.* i686-.*-linux.* GLIBC_2.0 A __ctype_get_mb_cur_max F But it fails when I really have different symbol versions like on x86-64 and i686. My awk version cases also a problem with make check in current CVS: /bin/sh tst-cancel-wrappers.sh /builds/glibc/main//libc_pic.a \ /builds/glibc/main//libc.a \ /builds/glibc/main/linuxthreads//libpthread_pic.a \ /builds/glibc/main/linuxthreads//libpthread.a > /builds/glibc/main/linuxthreads/tst-cancel-wrappers.out awk: cmd. line:52: if ((!seen_enable || !seen_disable) awk: cmd. line:52: ^ unexpected newline awk: cmd. line:53: && !(object ~ /^pt-system.o/)) awk: cmd. line:53: ^ parse error awk: cmd. line:53: && !(object ~ /^pt-system.o/)) awk: cmd. line:53: ^ parse error Andreas -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.inka.de http://www.suse.de/~aj