From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32541 invoked by alias); 8 Aug 2002 03:11:46 -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 32523 invoked from network); 8 Aug 2002 03:11:32 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 8 Aug 2002 03:11:32 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 561423EB1; Wed, 7 Aug 2002 23:11:16 -0400 (EDT) Message-ID: <3D51E154.6050809@ges.redhat.com> Date: Wed, 07 Aug 2002 20:11:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020802 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: gdb-patches@sources.redhat.com, cagney@redhat.com Subject: Re: [RFC] mips gdb fails to detect o32 References: <3D51BA0F.9A825A12@redhat.com> <3D51DBDF.50401@ges.redhat.com> <3D51DA64.8B93CC9@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00180.txt.bz2 > Um, won't the final: >> >> if (mips_abi == MIPS_ABI_UNKNOWN) >> mips_abi = MIPS_ABI_032; >> >> kick in? > > > No, not if MIPS_ABI_DEFAULT is defined.... > Undefine it .... :-) I never did like it. Andrew