From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19156 invoked by alias); 29 Apr 2008 16:08:28 -0000 Received: (qmail 19026 invoked by uid 22791); 29 Apr 2008 16:08:25 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Apr 2008 16:07:57 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2B2DE2A97FC; Tue, 29 Apr 2008 12:07:56 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id imcfjt9j+Ro8; Tue, 29 Apr 2008 12:07:56 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D4B2D2A97F8; Tue, 29 Apr 2008 12:07:55 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 97C90E7ACD; Tue, 29 Apr 2008 09:07:53 -0700 (PDT) Date: Tue, 29 Apr 2008 18:21:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: Re: [RFA/RFC/sparc32] SIGSEGV during fun call when no debugging info Message-ID: <20080429160753.GC28505@adacore.com> References: <20080429034705.GG16574@adacore.com> <200804290802.m3T82Nal006332@brahms.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804290802.m3T82Nal006332@brahms.sibelius.xs4all.nl> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00667.txt.bz2 Thanks, everyone, for the feedback. > > 2008-04-29 Joel Brobecker > > > > * gdbarch.sh: Document the return_value method. Explain that > > the FUNCTYPE parameter might be NULL. > > * gdbarch.h: Regenerated. > > * sparc-tdep.c (sparc32_push_dummy_code): Do not pass the function > > type when calling using_struct_return, as this is unnecessary > > on this target. > > > > Tested on sparc-solaris. Fixes many many regressions in gdb.ada, > > gdb.base and gdb.gdb. > > > > OK to apply? > > sure Now checked in. Thank you, -- Joel