From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7853 invoked by alias); 3 Jun 2008 05:55:48 -0000 Received: (qmail 7724 invoked by uid 22791); 3 Jun 2008 05:55:47 -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.31) with ESMTP; Tue, 03 Jun 2008 05:55:30 +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 m535tSmh015842 for ; Tue, 3 Jun 2008 01:55:28 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m535tRMJ007273 for ; Tue, 3 Jun 2008 01:55:27 -0400 Received: from ironwood.lan (vpn-15-31.rdu.redhat.com [10.11.15.31]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m535tQdG026717 for ; Tue, 3 Jun 2008 01:55:27 -0400 Date: Tue, 03 Jun 2008 05:55:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [RFA/solib] Use so_list to find the TLS link map Message-ID: <20080602225526.009068d9@ironwood.lan> In-Reply-To: <20080504173636.GA8678@caradoc.them.org> References: <20080504173636.GA8678@caradoc.them.org> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.5; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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/msg00014.txt.bz2 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...) Kevin