From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4335 invoked by alias); 3 Jan 2007 18:43:32 -0000 Received: (qmail 4327 invoked by uid 22791); 3 Jan 2007 18:43:31 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 03 Jan 2007 18:43:24 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H2B57-0005IJ-VU; Wed, 03 Jan 2007 13:43:22 -0500 Date: Wed, 03 Jan 2007 18:43:00 -0000 From: Daniel Jacobowitz To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: Re: Get rid of arm_linux_extract_return_value Message-ID: <20070103184321.GE17935@nevyn.them.org> Mail-Followup-To: Mark Kettenis , gdb-patches@sourceware.org References: <200701011133.l01BX8vG029783@brahms.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200701011133.l01BX8vG029783@brahms.sibelius.xs4all.nl> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes 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: 2007-01/txt/msg00071.txt.bz2 On Mon, Jan 01, 2007 at 12:33:09PM +0100, Mark Kettenis wrote: > Can someone with access to a Linux ARM platform please test this? > > I'm considering to just commit this in two weeks if nobody does. I > mean, come on, there are at least a couple of commercial entities that > rely on this code, and nobody has body to clean it up anywhere in the > last four years. If part of that was aimed my direction, we actually don't - this is strictly old ABI code, and we only work with the EABI nowadays. And in fact don't have handy test configurations for the old ABI, which is how I never got around to it. This prompted me to set one up though. > Index: ChangeLog > from Mark Kettenis > > * arm-linux-tdep.c (arm_linux_extract_return_value): Remove. > (arm_linux_init_abi): Don't set deprecated_extract_return_value. Tests out fine on arm-linux, both -marm and -mthumb. Thanks. -- Daniel Jacobowitz CodeSourcery