From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25137 invoked by alias); 15 Dec 2004 09:20:47 -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 25074 invoked from network); 15 Dec 2004 09:20:39 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 15 Dec 2004 09:20:39 -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 iBF9Kc5q012326 for ; Wed, 15 Dec 2004 04:20:38 -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 iBF9Kcr09117 for ; Wed, 15 Dec 2004 04:20:38 -0500 Received: from cygbert.vinschen.de (vpn50-2.rdu.redhat.com [172.16.50.2]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id iBF9Ka4a025947 for ; Wed, 15 Dec 2004 04:20:37 -0500 Received: by cygbert.vinschen.de (Postfix, from userid 500) id 011175808D; Wed, 15 Dec 2004 10:22:38 +0100 (CET) Date: Wed, 15 Dec 2004 10:09:00 -0000 From: Corinna Vinschen To: gdb-patches@sources.redhat.com Subject: Re: [RFA] xstormy16-tdep.c: Initialize temporary frame cache in xstormy16_skip_prologue() Message-ID: <20041215092238.GD13158@cygbert.vinschen.de> Reply-To: gdb-patches@sources.redhat.com Mail-Followup-To: gdb-patches@sources.redhat.com References: <20041214130026.7536057c@ironwood.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041214130026.7536057c@ironwood.lan> User-Agent: Mutt/1.4.2i X-SW-Source: 2004-12/txt/msg00381.txt.bz2 On Dec 14 13:00, Kevin Buettner wrote: > [Corinna requested that I resend this patch...] > > The patch below clears the frame cache for the call to > xstormy16_analyze_prologue(). If this initialization is not > performed, then the ``if (!cache.uses_fp)'' test following the call in > question will reference an uninitialized value. > > Okay? > > * xstormy16-tdep.c (xstormy16_skip_prologue): Clear/initialize the > frame cache. Sure! Please apply. Thanks, Corinna