From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17082 invoked by alias); 14 Nov 2001 08:15:10 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17006 invoked from network); 14 Nov 2001 08:15:04 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sourceware.cygnus.com with SMTP; 14 Nov 2001 08:15:04 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id B376C3D6C; Wed, 14 Nov 2001 03:15:04 -0500 (EST) Message-ID: <3BF22808.6050801@cygnus.com> Date: Mon, 05 Nov 2001 09:10:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Andrew Cagney Cc: Fernando Nasser , gdb-patches@sources.redhat.com Subject: Re: [rfa/arm] Eliminate REGISTER_CONVERTIBLE() from ARM References: <3BEDC5F9.5000104@cygnus.com> <3BF1518C.B0BE34F6@redhat.com> <3BF15735.9060704@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00051.txt.bz2 > Andrew, I will have to apply your patch and run some tests. And we need > to hear from the Linux/ARM folks as well. > > Or have you run the testsuite against a, lets say, arm-elf target > already > (ARMulator is enough)? > > I'll get there. However, I suspect the results will be pretty meanginless. When I last touched that code (to ``fix'' the register FP types to be arm_ext) I found the results went sideways - a host{be,le} VS targ{be,le} table showed improvements in some cases but no change in others :-/ Yep, no real change. The new version had three (bogus) regressions in completion.exp because the directory path was different :-( I've checked it in, Andrew