From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26270 invoked by alias); 14 Aug 2002 15:39:33 -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 26077 invoked from network); 14 Aug 2002 15:39:30 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 14 Aug 2002 15:39:30 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 268923D41; Wed, 14 Aug 2002 11:39:29 -0400 (EDT) Message-ID: <3D5A79B0.9060700@ges.redhat.com> Date: Wed, 14 Aug 2002 08:39: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] mips_eabi_push_arguments References: <3D59AA13.F14535C6@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00345.txt.bz2 > 2002-08-13 Michael Snyder > > * mips-tdep.c (mips_push_arguments): Rename to > mips_eabi_push_arguments, and tune for EABI. > (MIPS_REGS_HAVE_HOME_P): Delete. > (struct gdbarch_tdep): Remove mips_regs_have_home_p field. > (mips_gdbarch_init): Set gdbarch push_arguments for eabi. > Delete references to mips_regs_have_home_p. > Yes. Thanks! Andrew