From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10630 invoked by alias); 26 Jun 2006 20:39:48 -0000 Received: (qmail 10616 invoked by uid 22791); 26 Jun 2006 20:39:46 -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; Mon, 26 Jun 2006 20:39:43 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k5QKdfH1002211 for ; Mon, 26 Jun 2006 16:39:41 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k5QKdaYa010495 for ; Mon, 26 Jun 2006 16:39:36 -0400 Received: from localhost.localdomain (vpn50-21.rdu.redhat.com [172.16.50.21]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id k5QKdZLp019151 for ; Mon, 26 Jun 2006 16:39:36 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id k5QKdZrr016079 for ; Mon, 26 Jun 2006 13:39:35 -0700 Date: Mon, 26 Jun 2006 20:39:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Windows CE support update. Message-ID: <20060626133934.4f7c19b8@ironwood.lan> In-Reply-To: <44988440.6090901@portugalmail.pt> References: <44969E63.9050208@portugalmail.pt> <20060620200901.GA28807@trixie.casa.cgf.cx> <44988440.6090901@portugalmail.pt> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.6.10; 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-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00379.txt.bz2 On Wed, 21 Jun 2006 00:26:56 +0100 Pedro Alves wrote: > The solib.c/solist.h part of the patch should be generic, though. Would > you like me to submit it separately? Yes, please submit the shared library portion of the patch separately. Thanks, Kevin