From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8011 invoked by alias); 9 May 2005 20:42:42 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7951 invoked from network); 9 May 2005 20:42:35 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 9 May 2005 20:42:35 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j49KgZI3004712 for ; Mon, 9 May 2005 16:42:35 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j49KgZO05320 for ; Mon, 9 May 2005 16:42:35 -0400 Received: from localhost.localdomain (vpn50-34.rdu.redhat.com [172.16.50.34]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j49KgYOD001174 for ; Mon, 9 May 2005 16:42:35 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id j49KgTio026030 for ; Mon, 9 May 2005 13:42:29 -0700 Date: Mon, 09 May 2005 20:46:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [RFC] Unconditionally include shared library code Message-ID: <20050509134229.5979cf4f@ironwood.lan> In-Reply-To: <20050508220141.GA23567@nevyn.them.org> References: <200505021251.j42CpxIZ010109@elgar.sibelius.xs4all.nl> <200505081315.j48DF8AG030440@elgar.sibelius.xs4all.nl> <20050508135839.GA7384@nevyn.them.org> <200505081421.j48ELoGI020668@elgar.sibelius.xs4all.nl> <20050508144020.GA8650@nevyn.them.org> <200505081451.j48EpPTO013691@elgar.sibelius.xs4all.nl> <20050508145627.GA9122@nevyn.them.org> <200505082146.j48Lk8TZ022794@elgar.sibelius.xs4all.nl> <20050508220141.GA23567@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-05/txt/msg00215.txt.bz2 On Sun, 8 May 2005 18:01:41 -0400 Daniel Jacobowitz wrote: > On Sun, May 08, 2005 at 11:46:08PM +0200, Mark Kettenis wrote: > > Date: Sun, 8 May 2005 10:56:27 -0400 > > From: Daniel Jacobowitz > > > > On Sun, May 08, 2005 at 04:51:25PM +0200, Mark Kettenis wrote: > > > Hmm, that'd work. We'll have to face the inconsistent interface issue > > > eventually, but it's a seperate issue indeed. Any objection if I > > > introduce a config/tm-solib.h and use that? Its purpose is a bit more > > > clear, and the risk of abuse is smaller. The mechanical update is not > > > without risk, but I'm willing to take it. Deal? > > > > I like it. It is indeed a tm file and shouldn't be used any other way. > > > > I reworked the patch to avoid shlib.[ch]. Looking at the changes I > > think the risk of changing solib.h into tm-solib.h under config/ is > > riskier than leaving config/ alone and simply removing the #defines > > from solib.h. I'm moving towards checking in the attached patch at > > the end of the coming week. > > I like this even more! Kevin? It's okay with me. Kevin