From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18291 invoked by alias); 22 Aug 2002 06:28:54 -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 18275 invoked from network); 22 Aug 2002 06:28:53 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by sources.redhat.com with SMTP; 22 Aug 2002 06:28:53 -0000 Received: from Hermes.suse.de (Charybdis.suse.de [213.95.15.201]) by Cantor.suse.de (Postfix) with ESMTP id 9CC1B14532; Thu, 22 Aug 2002 08:28:52 +0200 (MEST) Received: from aj by arthur.inka.de with local (Exim 3.34 #1) id 17hlSY-0001SM-00; Thu, 22 Aug 2002 08:28:46 +0200 Mail-Copies-To: never To: Roland McGrath Cc: Andreas Schwab , GNU libc hacker Subject: Re: Problem with glibc mainline and linuxthreads on x86-64 References: <20020822060246.5D7421BA18@perdition.linnaean.org> From: Andreas Jaeger Date: Wed, 21 Aug 2002 23:28:00 -0000 In-Reply-To: <20020822060246.5D7421BA18@perdition.linnaean.org> (Roland McGrath's message of "Thu, 22 Aug 2002 02:02:46 -0400 (EDT)") 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-08/txt/msg00128.txt.bz2 Roland McGrath writes: > Does this fix it for you? > > --- firstversions.awk.~1.5.~ Sun Apr 7 19:14:19 2002 > +++ firstversions.awk Wed Aug 21 23:01:23 2002 > @@ -37,10 +37,14 @@ $1 == "}" { > else > break; > } > - if ($1 >= v || $1 == f) > + if ($1 == f || $1 == v) > print; > + else if ($1 > v) { > + print " " v; > + print " " $1; > + } > else > - print $1, "=", v; > + print " " $1, "=", v; > } > else > print; > Yes, it does: $ nm attr.os |grep attr_init 0000000000000000 T __pthread_attr_init_2_1 0000000000000000 T pthread_attr_init@@GLIBC_2.2.5 Thanks, Andreas -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.inka.de http://www.suse.de/~aj