From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8859 invoked by alias); 7 Mar 2007 13:12:46 -0000 Received: (qmail 8851 invoked by uid 22791); 7 Mar 2007 13:12:46 -0000 X-Spam-Check-By: sourceware.org Received: from rwcrmhc13.comcast.net (HELO rwcrmhc13.comcast.net) (204.127.192.83) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Mar 2007 13:12:43 +0000 Received: from [172.22.0.103] (c-71-63-50-10.hsd1.va.comcast.net[71.63.50.10]) by comcast.net (rwcrmhc13) with ESMTP id <20070307131241m13007cpgse>; Wed, 7 Mar 2007 13:12:41 +0000 Message-ID: <45EEBA48.5040602@ringle.org> Date: Wed, 07 Mar 2007 13:12:00 -0000 From: Jon Ringle User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Jon Ringle , gdb-patches@sourceware.org Subject: Re: [SPAM] Re: gdbserver: should use __ARCH_HAS_MMU__ rather than __UCLIBC_HAS_MMU__ References: <45EE3DD7.80302@ringle.org> <20070307122108.GC18998@caradoc.them.org> In-Reply-To: <20070307122108.GC18998@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-03/txt/msg00073.txt.bz2 Daniel Jacobowitz wrote: > On Tue, Mar 06, 2007 at 11:21:43PM -0500, Jon Ringle wrote: > >> - if (strcmp ("qSymbol::", own_buf) == 0) >> + if (strcmp ("qSymbol:", own_buf) == 0) >> > > What's this for? It can't be right. > > Sorry, I must have fat-fingered a DEL key there at some point and didn't notice it when I posted the patch file. Jon