From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15933 invoked by alias); 12 May 2005 20:32:12 -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 15879 invoked from network); 12 May 2005 20:32:07 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 12 May 2005 20:32:07 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j4CKW2cP008017; Thu, 12 May 2005 22:32:02 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j4CKW2uL022103; Thu, 12 May 2005 22:32:02 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j4CKVwOD009042; Thu, 12 May 2005 22:31:58 +0200 (CEST) Date: Thu, 12 May 2005 20:40:00 -0000 Message-Id: <200505122031.j4CKVwOD009042@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: kevinb@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <20050509134229.5979cf4f@ironwood.lan> (message from Kevin Buettner on Mon, 9 May 2005 13:42:29 -0700) Subject: Re: [RFC] Unconditionally include shared library code 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> <20050509134229.5979cf4f@ironwood.lan> X-SW-Source: 2005-05/txt/msg00303.txt.bz2 Date: Mon, 9 May 2005 13:42:29 -0700 From: Kevin Buettner 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: > > > > 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. Thanks, I've checked it in. Please yell if anything is broken now. Mark