From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26505 invoked by alias); 9 Apr 2008 23:45:16 -0000 Received: (qmail 26494 invoked by uid 22791); 9 Apr 2008 23:45:15 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 09 Apr 2008 23:44:56 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 69C69983A1; Wed, 9 Apr 2008 23:44:54 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 43AE99829E; Wed, 9 Apr 2008 23:44:54 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JjjyH-0002Yl-39; Wed, 09 Apr 2008 19:44:53 -0400 Date: Thu, 10 Apr 2008 05:31:00 -0000 From: Daniel Jacobowitz To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: [RFA] lmemmem.patch Message-ID: <20080409234453.GA9821@caradoc.them.org> Mail-Followup-To: Doug Evans , gdb-patches@sourceware.org References: <200803241758.m2OHwDid017265@greed.delorie.com> <20080324203738.GC29991@ins.uni-bonn.de> <20080324205119.GE29991@ins.uni-bonn.de> <20080324212354.GA16323@caradoc.them.org> <20080330213540.GA2856@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes 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: 2008-04/txt/msg00182.txt.bz2 On Wed, Apr 09, 2008 at 03:17:05PM -0700, Doug Evans wrote: > On Sun, Mar 30, 2008 at 2:35 PM, Daniel Jacobowitz wrote: > > Here you go. How does this look? It frees us to rely on gnulib's > > stdint.h, string.h, and other useful modules should we want them. I > > didn't make gdbserver completely use gnulib, only build memmem; I > > tested this on Linux (memmem present) and Windows (memmem missing). > > GDB will use the included memmem even on Linux, since glibc's is known > > to be slower. > > Hi. Can you check this in? Yeah, sorry. Not having seen any objections, I will do so (tomorrow morning). -- Daniel Jacobowitz CodeSourcery