From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20597 invoked by alias); 17 Oct 2006 22:03:57 -0000 Received: (qmail 20525 invoked by uid 22791); 17 Oct 2006 22:03:44 -0000 X-Spam-Check-By: sourceware.org Received: from 195.22.55.53.adsl.nextra.cz (HELO host0.dyn.jankratochvil.net) (195.22.55.53) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 17 Oct 2006 22:03:41 +0000 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.13.8/8.13.8) with ESMTP id k9HM3EpT001063; Wed, 18 Oct 2006 00:03:14 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.13.8/8.13.8/Submit) id k9HM3Dng001062; Wed, 18 Oct 2006 00:03:13 +0200 Date: Tue, 17 Oct 2006 22:03:00 -0000 From: Jan Kratochvil To: Daniel Jacobowitz Cc: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: RFC: Access TLS symbols without DWARF debuginfo Message-ID: <20061017220313.GA809@host0.dyn.jankratochvil.net> References: <20060825021304.GA30225@host0.dyn.jankratochvil.net> <20060825134315.GA4994@nevyn.them.org> <20061010032226.GF22848@nevyn.them.org> <20061017210311.GB12643@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061017210311.GB12643@nevyn.them.org> User-Agent: Mutt/1.4.2.2i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00200.txt.bz2 On Tue, 17 Oct 2006 23:03:11 +0200, Daniel Jacobowitz wrote: > On Tue, Oct 10, 2006 at 06:25:12AM +0200, Eli Zaretskii wrote: ... > > I think we should mention it in NEWS. > > Is this OK? ... > 2006-10-17 Daniel Jacobowitz > > * NEWS: Mention support for TLS without debugging information. ... > +* Support for GNU/Linux Thread Local Storage (TLS) no longer requires > +symbolic debug information (e.g. DWARF-2). > + Please note the TLS support is still not complete: * Support for GNU/Linux Thread Local Storage (TLS) no longer requires symbolic debug information (e.g. DWARF-2). It requires the inferior process to use threads (to be linked -lpthread). Regards, Jan