This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [SPAM] Re: gdbserver: should use __ARCH_HAS_MMU__ rather than __UCLIBC_HAS_MMU__
- From: Jon Ringle <jon at ringle dot org>
- To: Jon Ringle <jon at ringle dot org>, gdb-patches at sourceware dot org
- Date: Wed, 07 Mar 2007 08:12:40 -0500
- 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>
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