From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11724 invoked by alias); 2 Dec 2008 15:40:52 -0000 Received: (qmail 11711 invoked by uid 22791); 2 Dec 2008 15:40:51 -0000 X-Spam-Check-By: sourceware.org Received: from ns.intrepid.com (HELO mail.intrepid.com) (74.95.8.113) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Dec 2008 15:40:16 +0000 Received: from screamer.local (screamer.local [10.10.1.2]) by mail.intrepid.com (8.13.8/8.13.8) with ESMTP id mB2FdsJX004392 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 2 Dec 2008 07:39:54 -0800 Received: from screamer.local (screamer.local [127.0.0.1]) by screamer.local (8.14.2/8.14.2) with ESMTP id mB2Fdsc4020422; Tue, 2 Dec 2008 07:39:54 -0800 Received: (from gary@localhost) by screamer.local (8.14.2/8.14.2/Submit) id mB2FdsVc020421; Tue, 2 Dec 2008 07:39:54 -0800 Date: Tue, 02 Dec 2008 15:40:00 -0000 From: Gary Funck To: Jan Kratochvil Cc: Ulrich Weigand , Vinay Sridhar , gdb-patches@sources.redhat.com, Daniel Jacobowitz , luisgpm@linux.vnet.ibm.com Subject: Re: [patch] Accessing tls variables across files causes a bug Message-ID: <20081202153954.GD15483@intrepid.com> References: <20081201215236.GA17136@host0.dyn.jankratochvil.net> <200812021352.mB2DqXqT015979@d12av02.megacenter.de.ibm.com> <20081202145246.GC15483@intrepid.com> <20081202151144.GA29344@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081202151144.GA29344@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00038.txt.bz2 On 12/02/08 16:11:45, Jan Kratochvil wrote: > On Tue, 02 Dec 2008 15:52:46 +0100, Gary Funck wrote: > > If anyone ports this patch to 6.8 > > Did not run full testsuite runs (and the testcase could be better) but it > looks working. Jan, works like a champ. Thanks. (I didn't run the full test suite either, but it fixes the case in which the access/display of an extern TLS variable was failing here.)