From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14923 invoked by alias); 14 Aug 2002 00:49:58 -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 14912 invoked from network); 14 Aug 2002 00:49:55 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 14 Aug 2002 00:49:55 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E62E33D39; Tue, 13 Aug 2002 20:49:53 -0400 (EDT) Message-ID: <3D59A931.1040102@ges.redhat.com> Date: Tue, 13 Aug 2002 17:49:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: gdb-patches@sources.redhat.com, cagney@redhat.com Subject: Re: [RFA] Clone mips_o32o64_push_arguments References: <3D59A288.FBB68B8E@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00340.txt.bz2 Yes, ok. > 2002-08-13 Michael Snyder > > * mips-tdep.c (mips_o32o64_push_arguments): New function, > cloned from mips_push_arguments, tuned for o32/o64 ABI. > (mips_gdbarch_init): Set gdbarch_push_arguments to new func. > I'm less worried about this one than n32n64 (which is for new code). Andrew