From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8803 invoked by alias); 3 Jun 2008 13:00:11 -0000 Received: (qmail 8792 invoked by uid 22791); 3 Jun 2008 13:00:11 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 03 Jun 2008 12:59:50 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 6B53F983F8 for ; Tue, 3 Jun 2008 12:59:48 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 44E3598371 for ; Tue, 3 Jun 2008 12:59:48 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1K3W78-0002Ak-Ji for gdb-patches@sourceware.org; Tue, 03 Jun 2008 08:59:46 -0400 Date: Tue, 03 Jun 2008 13:00:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [RFA/solib] Use so_list to find the TLS link map Message-ID: <20080603125946.GA7866@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20080504173636.GA8678@caradoc.them.org> <20080602225526.009068d9@ironwood.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080602225526.009068d9@ironwood.lan> User-Agent: Mutt/1.5.17 (2008-05-11) 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-06/txt/msg00015.txt.bz2 On Mon, Jun 02, 2008 at 10:55:26PM -0700, Kevin Buettner wrote: > On Sun, 4 May 2008 13:36:36 -0400 > Daniel Jacobowitz wrote: > > > 2008-05-04 Daniel Jacobowitz > > > > * solib-svr4.c (struct lm_info): Add lm_addr. > > (main_lm_addr): New. > > (svr4_default_sos): Set lm_addr. > > (svr4_current_sos): Set lm_addr and main_lm_addr. > > (svr4_fetch_objfile_link_map): Rewrite. > > (svr4_clear_solib): Clear main_lm_addr. > > This is okay. (My apologies for taking so long on it...) No problem. I've checked it in. -- Daniel Jacobowitz CodeSourcery