From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 334 invoked by alias); 25 Mar 2005 20:40:52 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 32763 invoked from network); 25 Mar 2005 20:40:47 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 25 Mar 2005 20:40:47 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j2PKelcc029039 for ; Fri, 25 Mar 2005 15:40:47 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j2PKekO32673; Fri, 25 Mar 2005 15:40:46 -0500 Received: from vpn50-103.rdu.redhat.com (vpn50-103.rdu.redhat.com [172.16.50.103]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j2PKehgp004784; Fri, 25 Mar 2005 15:40:44 -0500 Subject: Re: Patch: memset fixes From: Anthony Green To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com, davej@redhat.com In-Reply-To: <20050325203141.GA25064@nevyn.them.org> References: <1111782272.5243.14.camel@localhost.localdomain> <20050325203141.GA25064@nevyn.them.org> Content-Type: text/plain Organization: Red Hat, Inc. Date: Fri, 25 Mar 2005 20:40:00 -0000 Message-Id: <1111783015.5243.20.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00318.txt.bz2 On Fri, 2005-03-25 at 15:31 -0500, Daniel Jacobowitz wrote: > On Fri, Mar 25, 2005 at 12:24:32PM -0800, Anthony Green wrote: > > Dave Jones recently pointed out some memset usage errors in gdb and the > > ppc simulator. Here are some patches for the HEAD of the tree. [snip] > Yes, please commit. Done. Thanks! AG