From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21358 invoked by alias); 18 Nov 2004 17:28:15 -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 20846 invoked from network); 18 Nov 2004 17:27:56 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 18 Nov 2004 17:27:56 -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 iAIHRnc7012803 for ; Thu, 18 Nov 2004 12:27:49 -0500 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 iAIHRnr16061; Thu, 18 Nov 2004 12:27:49 -0500 Received: from localhost.localdomain (vpn50-61.rdu.redhat.com [172.16.50.61]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id iAIHRmbs010925; Thu, 18 Nov 2004 12:27:48 -0500 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.11/8.12.10) with SMTP id iAIHRhbN028253; Thu, 18 Nov 2004 10:27:43 -0700 Date: Thu, 18 Nov 2004 17:28:00 -0000 From: Kevin Buettner To: Mark Kettenis Cc: gdb-patches@sources.redhat.com, cagney@gnu.org, eliz@gnu.org, joseph@codesourcery.com Subject: Re: Assume solib.h Message-Id: <20041118102742.41a7aaa8@saguaro> In-Reply-To: <200411181436.iAIEabdF025983@juw15.nfra.nl> References: <4193BFA0.3060607@gnu.org> <200411112005.iABK5FrV098628@elgar.sibelius.xs4all.nl> <4193DDCE.7060205@gnu.org> <200411112224.iABMODmo099121@elgar.sibelius.xs4all.nl> <4194DBEB.6010304@gnu.org> <01c4c8db$Blat.v2.2.2$377f5020@zahav.net.il> <419942CB.4000905@gnu.org> <01c4cb98$Blat.v2.2.2$fc133040@zahav.net.il> <419A2742.8070804@gnu.org> <200411161917.iAGJHqO8000702@elgar.sibelius.xs4all.nl> <419CAD27.5080908@gnu.org> <200411181436.iAIEabdF025983@juw15.nfra.nl> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00380.txt.bz2 On Thu, 18 Nov 2004 15:36:37 +0100 (CET) Mark Kettenis wrote: > But let's end this discussion. Kevin, can you check in the patch in > > http://sources.redhat.com/ml/gdb-patches/2004-11/msg00316.html Done. I haven't checked in the required changes to Makefile yet. They require Andrew's patch which started this thread. Andrew, please check in that patch which started this thread. If you wish, you can also check in the obvious Makefile changes regarding solib-null.[co]. Or, if you prefer, just let me know when it's in, and I'll take care of it. Kevin