From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 398 invoked by alias); 19 Mar 2003 20:43:15 -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 333 invoked from network); 19 Mar 2003 20:43:14 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 19 Mar 2003 20:43:14 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9BBA42B11; Wed, 19 Mar 2003 15:43:10 -0500 (EST) Message-ID: <3E78D65E.4050009@redhat.com> Date: Wed, 19 Mar 2003 20:43:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [commit/multiarch/hppa] push_dummy_frame method taken care of References: <20030319201912.GD16507@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00424.txt.bz2 > Hello, > > boring stuff, I just committed the following patch, using the multiarch > pass. Next is the fix_call_dummy method. After that, unless my notes are > incomplete, we should be able to go to multiarch partial for hppa > (hppa64 will come after). > > 2003-03-19 J. Brobecker > > Continuing work to convert the hppa targets to multiarch partial. > > * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch > method, now that hppa_push_dummy_frame has a conformant prototype. > * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro > inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation > for the switch to multiarch partial. Ya! I think the FRAME_EXTRA_INFO needs to be converted first - that's the big one. Andrew