From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28104 invoked by alias); 25 Jul 2006 12:21:37 -0000 Received: (qmail 27840 invoked by uid 22791); 25 Jul 2006 12:21:36 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 25 Jul 2006 12:21:33 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G5Luk-0001dF-OU; Tue, 25 Jul 2006 08:21:30 -0400 Date: Tue, 25 Jul 2006 12:21:00 -0000 From: Daniel Jacobowitz To: fnf@diveadx.com Cc: GDB Patches Subject: Re: [PATCH] Fix inconsistent usage of FRAME_OBSTACK_ZALLOC macro Message-ID: <20060725122129.GA6259@nevyn.them.org> Mail-Followup-To: fnf@diveadx.com, GDB Patches References: <200607241705.37217.fnf@ninemoons.com> <20060724211008.GA18103@nevyn.them.org> <200607250816.38307.fnf@ninemoons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607250816.38307.fnf@ninemoons.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00385.txt.bz2 On Tue, Jul 25, 2006 at 08:16:37AM -0400, Fred Fish wrote: > Here is a revised patch with the alpha bits removed. > > -Fred > > 2006-07-24 Fred Fish > > * arm-tdep.c (arm_make_prologue_cache): Use FRAME_OBSTACK_ZALLOC > instead of calling frame_obstack_zalloc directly. > (arm_make_stub_cache): Ditto. > * frame-unwind.h: Ditto. > * frame.c (create_new_frame): Ditto. OK, thanks. -- Daniel Jacobowitz CodeSourcery