From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12511 invoked by alias); 9 Apr 2008 22:17:33 -0000 Received: (qmail 12502 invoked by uid 22791); 9 Apr 2008 22:17:32 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 09 Apr 2008 22:17:15 +0000 Received: from zps36.corp.google.com (zps36.corp.google.com [172.25.146.36]) by smtp-out.google.com with ESMTP id m39MH7pX024201 for ; Wed, 9 Apr 2008 23:17:07 +0100 Received: from wa-out-1112.google.com (wafk22.prod.google.com [10.114.187.22]) by zps36.corp.google.com with ESMTP id m39MH6OF022234 for ; Wed, 9 Apr 2008 15:17:06 -0700 Received: by wa-out-1112.google.com with SMTP id k22so2229718waf.0 for ; Wed, 09 Apr 2008 15:17:06 -0700 (PDT) Received: by 10.114.153.2 with SMTP id a2mr689921wae.151.1207779425875; Wed, 09 Apr 2008 15:17:05 -0700 (PDT) Received: by 10.115.107.18 with HTTP; Wed, 9 Apr 2008 15:17:05 -0700 (PDT) Message-ID: Date: Wed, 09 Apr 2008 23:04:00 -0000 From: "Doug Evans" To: gdb-patches@sourceware.org Subject: Re: [RFA] lmemmem.patch In-Reply-To: <20080330213540.GA2856@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200803241737.m2OHbgC8016762@greed.delorie.com> <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> 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/msg00179.txt.bz2 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?