From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29156 invoked by alias); 28 Aug 2003 16:10:18 -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 29110 invoked from network); 28 Aug 2003 16:10:16 -0000 Received: from unknown (HELO yeah-baby.shagadelic.org) (208.176.2.162) by sources.redhat.com with SMTP; 28 Aug 2003 16:10:16 -0000 Received: from wasabisystems.com (dhcp0.wlan.shagadelic.org [192.168.0.10]) by yeah-baby.shagadelic.org (Postfix) with ESMTP id 5DFBC7B2C; Thu, 28 Aug 2003 09:10:15 -0700 (PDT) Date: Thu, 28 Aug 2003 16:10:00 -0000 Subject: Re: [PATCH] IBM6000_TARGET is wrong for NetBSD/powerpc Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) Cc: Daniel Jacobowitz , "Nathan J. Williams" , gdb-patches@sources.redhat.com To: Andrew Cagney From: Jason Thorpe In-Reply-To: <3F4E2249.3040102@redhat.com> Message-Id: <1BD6D35A-D972-11D7-BD43-000A957650EC@wasabisystems.com> Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00511.txt.bz2 On Thursday, August 28, 2003, at 08:39 AM, Andrew Cagney wrote: > Unfortuatly not from a multi-arch point of view :-( The number of > #defines and #undefines should be overall decreasing. Here, it would > be better to either: I agree, but we're talking about a simple bug-fix for an existing target, where the multi-arch-correct solution is not all that clear, because... > - re-arange tm-rs6000.h so that the define wasn't needed > - move the define to nm-rs6000.h (sick but effective :-) ...it's an MI part of the debugger that is testing the define. How would you suggest modifying tm-rs6000.h to deal with this? -- Jason R. Thorpe