From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23169 invoked by alias); 6 May 2009 10:46:44 -0000 Received: (qmail 23153 invoked by uid 22791); 6 May 2009 10:46:44 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.185) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 May 2009 10:46:37 +0000 Received: by ti-out-0910.google.com with SMTP id a1so1236tib.12 for ; Wed, 06 May 2009 03:46:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.110.109.19 with SMTP id h19mr78899tic.44.1241606794731; Wed, 06 May 2009 03:46:34 -0700 (PDT) In-Reply-To: <200905061038.11004.pedro@codesourcery.com> References: <200904301028.29435.pedro@codesourcery.com> <200905061038.11004.pedro@codesourcery.com> Date: Wed, 06 May 2009 10:46:00 -0000 Message-ID: Subject: Re: Build failure for x86_64-pc-mingw32 target From: Hui Zhu To: Pedro Alves , Mark Kettenis Cc: gdb-patches@sourceware.org, Kai Tietz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2009-05/txt/msg00110.txt.bz2 OK. I will post a patch to change bzero to memset. Thanks for your help guys. Hui On Wed, May 6, 2009 at 17:38, Pedro Alves wrote: > On Wednesday 06 May 2009 10:05:09, Hui Zhu wrote: >> mingw32 don't have bzero? >> Could you please help me try to build some code that have bzero in mingw? > > Please don't use bzero, use memset instead. =A0Patch doing that pre-appro= ved. > > (Kai, please don't reply to unrelated threads to start a new topic. =A0St= art > a new thread instead.) > > -- > Pedro Alves >