From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13933 invoked by alias); 28 Jul 2003 20:18:40 -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 13917 invoked from network); 28 Jul 2003 20:18:39 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sources.redhat.com with SMTP; 28 Jul 2003 20:18:39 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 9CAE4357B; Mon, 28 Jul 2003 13:18:38 -0700 (PDT) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h6SKIas11237; Mon, 28 Jul 2003 13:18:36 -0700 Date: Mon, 28 Jul 2003 20:18:00 -0000 Message-Id: <200307282018.h6SKIas11237@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: tst-tls3 fails on x86_64 In-Reply-To: Andreas Jaeger's message of Monday, 28 July 2003 16:09:10 +0200 X-Windows: even not doing anything would have been better than nothing. X-SW-Source: 2003-07/txt/msg00058.txt.bz2 > With current CVS tst-tls3 fails if I configure using --with-tls > --without-__thread: > > $ cat elf/tst-tls3.out > set baz to 3 (LE) > set variables foo and bar (IE) > get sum of foo, bar (GD) and baz (LD) = 6 > get sum of foo and bar (IE) = 3 > get sum of foo and bar and baz (GD) = 3 > baz = 0 > > Any ideas? I am not already aware of the problem, if that's what you mean. Have you looked into it at all? Please always post your complete configure line and your compiler details.