From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19608 invoked by alias); 29 Apr 2004 00:15:42 -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 19594 invoked from network); 29 Apr 2004 00:15:41 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 29 Apr 2004 00:15:41 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 6ABD547D63; Wed, 28 Apr 2004 17:15:40 -0700 (PDT) Date: Thu, 29 Apr 2004 00:15:00 -0000 From: Joel Brobecker To: Randolph Chung Cc: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [patch/rfa] fix call-dummies for hppa Message-ID: <20040429001540.GR867@gnat.com> References: <20040424190231.GC2923@tausq.org> <408FD0E7.3000300@gnu.org> <20040428171820.GP3965@tausq.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040428171820.GP3965@tausq.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-04/txt/msg00653.txt.bz2 > Updated version, passes all of structs.exp and call-sc.exp on hppa-linux > > 2004-04-28 Randolph Chung > > * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp > return values. > (hppa32_push_dummy_call): Fix small struct and floating point argument > passing, and make sure the stack frame is properly aligned. FYI: I just tested this patch on hppa-hpux11.00. It fixes 32 failures without any regression. -- Joel