From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4179 invoked by alias); 4 Dec 2003 22:37: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 4172 invoked from network); 4 Dec 2003 22:37:32 -0000 Received: from unknown (HELO zenia.home) (12.223.225.216) by sources.redhat.com with SMTP; 4 Dec 2003 22:37:32 -0000 Received: by zenia.home (Postfix, from userid 5433) id 393C120766; Thu, 4 Dec 2003 17:35:57 -0500 (EST) To: Ulrich Weigand Cc: gdb-patches@sources.redhat.com, uweigand@de.ibm.com Subject: Re: [PATCH] S/390 port modernization 3/4 References: <200312042007.VAA07717@faui1d.informatik.uni-erlangen.de> From: Jim Blandy Date: Thu, 04 Dec 2003 22:37:00 -0000 In-Reply-To: <200312042007.VAA07717@faui1d.informatik.uni-erlangen.de> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00151.txt.bz2 Ulrich Weigand writes: > this is patch 3/4 to update the s390 backend. > > This patch switches the ABI-related functions in s390-tdep.c > >From old, deprecated interfaces to new ones: inferior calls > and return value handling. > > It also changes the ABI implementation in s390_push_dummy_call > to conform to what GCC does (implementing the latest additions > to the ABI and fixing some corner cases). > > Tested on s390-ibm-linux and s390x-ibm-linux with no new regressions. > Fixes 64 unexpected and 30 known failures on both s390 and s390x. Looks good to me.