From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16089 invoked by alias); 5 Feb 2003 15:22:45 -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 16082 invoked from network); 5 Feb 2003 15:22:45 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 5 Feb 2003 15:22:45 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 559893CB5; Wed, 5 Feb 2003 10:22:44 -0500 (EST) Message-ID: <3E412C44.7060108@redhat.com> Date: Wed, 05 Feb 2003 15:22:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: [ob] Eliminate never-defined macros References: <3E405355.8030001@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00185.txt.bz2 > Andrew Cagney writes: > >> Neither MPW nor IS_TRAPPED_INTERNALVAR are defined in GDB. Thiz zapps >> the #ifdef code/comments that refered to them. > > > Isn't MPW something #defined by the Macintosh Programmer's Workbench > toolchain, like __GCC__? > > (Not that it shouldn't be removed as obsolete; I just suspect the the > rationale is wrong.) #define MPW was removed with: *** Changes in GDB 5.2: * REMOVED configurations and files Apple Macintosh (MPW) host and target N/A host, powerpc-*-macos* Andrew