From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5884 invoked by alias); 19 Oct 2006 19:58:50 -0000 Received: (qmail 5875 invoked by uid 22791); 19 Oct 2006 19:58:49 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 19 Oct 2006 19:58:43 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 15B6548CF7F; Thu, 19 Oct 2006 15:58:42 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08081-01-7; Thu, 19 Oct 2006 15:58:41 -0400 (EDT) Received: from takamaka.act-europe.fr (joel.gnat.com [205.232.38.116]) by nile.gnat.com (Postfix) with ESMTP id C7FE148CEAC; Thu, 19 Oct 2006 15:58:41 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id A97F047F01; Thu, 19 Oct 2006 15:58:41 -0400 (EDT) Date: Thu, 19 Oct 2006 19:58:00 -0000 From: Joel Brobecker To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] load lipthread symbols even when auto-solib-add is off Message-ID: <20061019195841.GA1225@adacore.com> References: <20061017231911.GR1903@adacore.com> <20061018170723.1e902e18@ironwood.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061018170723.1e902e18@ironwood.lan> User-Agent: Mutt/1.4i 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/msg00245.txt.bz2 > > 2006-10-17 Joel Brobecker > > > > * solib.c (libpthread_solib_p): New function. > > (solib_add): Always read the symbols from the libpthread library. > > Okay. Thank you! Checked in. -- Joel