From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18028 invoked by alias); 6 May 2009 18:11:51 -0000 Received: (qmail 18016 invoked by uid 22791); 6 May 2009 18:11:50 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 May 2009 18:11:40 +0000 Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KJ800600IGSAE00@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Wed, 06 May 2009 21:11:03 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.230.216]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KJ800ADAIIDD3C0@i_mtaout5.012.net.il>; Wed, 06 May 2009 21:11:03 +0300 (IDT) Date: Wed, 06 May 2009 18:11:00 -0000 From: Eli Zaretskii Subject: Re: [ARI] Add "bzero" (was: "Re: Build failure for x86_64-pc-mingw32 target") In-reply-to: <20090506160250.GJ10734@adacore.com> To: Joel Brobecker Cc: muller@ics.u-strasbg.fr, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ws8ucd9z.fsf@gnu.org> References: <200904301028.29435.pedro@codesourcery.com> <200905061038.11004.pedro@codesourcery.com> <20090506160250.GJ10734@adacore.com> 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/msg00128.txt.bz2 > Date: Wed, 6 May 2009 09:02:50 -0700 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > Would you mind adding bzero to the list of functions in the ARI that > should not be used? Do we already have bcopy there? If not, we should add that, too, I think.