From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16519 invoked by alias); 26 Nov 2008 20:44:17 -0000 Received: (qmail 16511 invoked by uid 22791); 26 Nov 2008 20:44:16 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Nov 2008 20:43:34 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id mAQKhVS0005262; Wed, 26 Nov 2008 15:43:31 -0500 Received: from pobox.stuttgart.redhat.com (pobox.stuttgart.redhat.com [172.16.2.10]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mAQKhUr3023537; Wed, 26 Nov 2008 15:43:31 -0500 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.stuttgart.redhat.com (8.13.1/8.13.1) with ESMTP id mAQKhIN9011651; Wed, 26 Nov 2008 15:43:24 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.2) with ESMTP id mAQKhHFK011505; Wed, 26 Nov 2008 21:43:18 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.2/Submit) id mAQKhGNv011501; Wed, 26 Nov 2008 21:43:16 +0100 Date: Thu, 27 Nov 2008 17:07:00 -0000 From: Jan Kratochvil To: Gary Funck Cc: Vinay Sridhar , gdb-patches@sources.redhat.com, Daniel Jacobowitz , luisgpm@linux.vnet.ibm.com, uweigand@de.ibm.com Subject: Re: [patch] Accessing tls variables across files causes a bug Message-ID: <20081126204316.GA11366@host0.dyn.jankratochvil.net> References: <1221019993.4923.3.camel@localhost.localdomain> <20081126172332.GE19317@intrepid.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081126172332.GE19317@intrepid.com> 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-11/txt/msg00724.txt.bz2 On Wed, 26 Nov 2008 18:23:32 +0100, Gary Funck wrote: > Recently, we've run into a situation where we need this bug fix. > I've corresponded with Jan on this, and he mentioned > that the fix may have some unknown impact or regressions The TLS-fixing patch breaks the new testcase since that time - - `gdb.dwarf2/dw2-cu-size.exp' and I agree the patch is wrong. I will post an updated patch. Sorry, Jan