From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17753 invoked by alias); 19 Jun 2006 18:57:01 -0000 Received: (qmail 17743 invoked by uid 22791); 19 Jun 2006 18:57:01 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 19 Jun 2006 18:56:58 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k5JIuaVX001842; Mon, 19 Jun 2006 20:56:36 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k5JIuaSv011605; Mon, 19 Jun 2006 20:56:36 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k5JIuaH9009894; Mon, 19 Jun 2006 20:56:36 +0200 (CEST) Date: Mon, 19 Jun 2006 18:57:00 -0000 Message-Id: <200606191856.k5JIuaH9009894@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: msnyder@redhat.com CC: brobecker@adacore.com, gdb-patches@sources.redhat.com, fnf@specifix.com In-reply-to: <4496F1E3.10000@redhat.com> (message from Michael Snyder on Mon, 19 Jun 2006 11:50:11 -0700) Subject: Re: [RFA] mips, floating point arg passing References: <447E279C.7020804@redhat.com> <20060609180543.GA860@adacore.com> <4496F1E3.10000@redhat.com> 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-06/txt/msg00276.txt.bz2 > Date: Mon, 19 Jun 2006 11:50:11 -0700 > From: Michael Snyder > > Joel Brobecker wrote: > > Hello Michael, > > > > > >>GDB is causing SIGFPE on target boards that have a FPU, > >>when compiled for a 32 bit ABI. > > > > > > I've only worked with the n32 ABI so far, so I'm not familiar with > > the EABI nor o32 ABI. But I presume you know what you're talking > > about :-). > > > > > >>2006-05-31 Michael Snyder > >> > >> * mips-tdep.c (mips_eabi_push_dummy_call): For 32 bit ABI, to > >> decide how many registers it takes to pass a floating point > >> argument, what matters is the size of a floating point register > >> (not the size of a general purpose register). > >> (mips_o32_push_dummy_call): Ditto. > > > > > > I'm not sure I really have the knowledge to approve but Daniel asked > > for help in that department, so I'll give it a try. > > > > This patch seems pretty logical to me, so go ahead and commit. Is it > > possible to run the testsuite on either o32, or on a target board? > > I did -- but it was quite some time ago now, and I couldn't > really put my hands on them. I'm pretty sure they got better. > Certainly they didn't get worse. > > Committing. > Whoa wait, you didn't answer my questions about the patch...