From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24460 invoked by alias); 6 Jan 2003 21:52:38 -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 24278 invoked from network); 6 Jan 2003 21:51:21 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by 209.249.29.67 with SMTP; 6 Jan 2003 21:51:21 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3748B3D45; Mon, 6 Jan 2003 16:51:12 -0500 (EST) Message-ID: <3E19FA50.8030001@redhat.com> Date: Mon, 06 Jan 2003 21:52:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] More dynamic allocation of scratch `struct frame_info' References: <3E185137.4010807@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00234.txt.bz2 > I need to check that this hasn't broken the arm so I'll commit it once that is done (in a few days). Done. No regressions. Committed. Andrew > 2003-01-05 Andrew Cagney > > * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare. > * frame.c (deprecated_frame_xmalloc_with_cleanup): New function. > * arm-tdep.c (arm_frame_chain): Allocate caller_fi using > deprecated_frame_xmalloc_with_cleanup. > * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using > deprecated_frame_xmalloc. > * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy. > * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame. >