From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30445 invoked by alias); 14 Aug 2002 01:23:39 -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 30434 invoked from network); 14 Aug 2002 01:23:35 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 14 Aug 2002 01:23:35 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id SAA06097; Tue, 13 Aug 2002 18:19:56 -0700 (PDT) Message-ID: <3D59AC92.ED0255C7@redhat.com> Date: Tue, 13 Aug 2002 18:23:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Andrew Cagney CC: gdb-patches@sources.redhat.com, cagney@redhat.com Subject: Re: [RFA] Clone mips_o32o64_push_arguments References: <3D59A288.FBB68B8E@redhat.com> <3D59A931.1040102@ges.redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00342.txt.bz2 Andrew Cagney wrote: > > 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). Committed.