From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15840 invoked by alias); 15 Dec 2004 22:46:56 -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 15730 invoked from network); 15 Dec 2004 22:46:44 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 15 Dec 2004 22:46:44 -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 iBFMkiJY022443 for ; Wed, 15 Dec 2004 17:46:44 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBFMkhr12957 for ; Wed, 15 Dec 2004 17:46:43 -0500 Received: from localhost.localdomain (vpn50-35.rdu.redhat.com [172.16.50.35]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id iBFMkhbo023210 for ; Wed, 15 Dec 2004 17:46:43 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id iBFMkbPs013115 for ; Wed, 15 Dec 2004 15:46:38 -0700 Date: Thu, 16 Dec 2004 15:30:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [RFA] xstormy16-tdep.c: Initialize temporary frame cache in xstormy16_skip_prologue() Message-ID: <20041215154637.698f60fd@ironwood.lan> In-Reply-To: <20041215092238.GD13158@cygbert.vinschen.de> References: <20041214130026.7536057c@ironwood.lan> <20041215092238.GD13158@cygbert.vinschen.de> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00391.txt.bz2 On Wed, 15 Dec 2004 10:22:38 +0100 Corinna Vinschen wrote: > On Dec 14 13:00, Kevin Buettner wrote: > > > * xstormy16-tdep.c (xstormy16_skip_prologue): Clear/initialize the > > frame cache. > > Sure! Please apply. Committed. Kevin