From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6216 invoked by alias); 3 Sep 2003 20:25:35 -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 6209 invoked from network); 3 Sep 2003 20:25:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 3 Sep 2003 20:25:34 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h83KPXl09405 for ; Wed, 3 Sep 2003 16:25:34 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h83KPVs18801; Wed, 3 Sep 2003 16:25:31 -0400 Received: from localhost.localdomain (vpn50-21.rdu.redhat.com [172.16.50.21]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h83KPUNo026442; Wed, 3 Sep 2003 16:25:30 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h83KPO216040; Wed, 3 Sep 2003 13:25:24 -0700 Date: Wed, 03 Sep 2003 20:25:00 -0000 From: Kevin Buettner Message-Id: <1030903202524.ZM16039@localhost.localdomain> In-Reply-To: Andrew Cagney "Deprecate IBM6000_TARGET; Was: [PATCH] IBM6000_TARGET is wrong for NetBSD/powerpc" (Sep 3, 4:17pm) References: <1BD6D35A-D972-11D7-BD43-000A957650EC@wasabisystems.com> <3F4E3168.9060908@redhat.com> <1030828195354.ZM18258@localhost.localdomain> <3F564C4B.1040500@redhat.com> To: Andrew Cagney , Kevin Buettner , Eli Zaretskii Subject: Re: Deprecate IBM6000_TARGET; Was: [PATCH] IBM6000_TARGET is wrong for NetBSD/powerpc Cc: Jason Thorpe , Daniel Jacobowitz , "Nathan J. Williams" , gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-09/txt/msg00023.txt.bz2 On Sep 3, 4:17pm, Andrew Cagney wrote: > How's the attached? It deletes the #undef's, and moves a renamed > #define (DEPRECATED_IBM6000_TARGET) to the nm-rs6000.h file. (If you've > a better new name ... :-) It looks good to me. Thanks, Kevin