From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7403 invoked by alias); 27 Jun 2003 20:52:08 -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 7395 invoked from network); 27 Jun 2003 20:52:07 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 27 Jun 2003 20:52:07 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5RKq7H19852 for ; Fri, 27 Jun 2003 16:52:07 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5RKq6S30021; Fri, 27 Jun 2003 16:52:06 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h5RKq5K14140; Fri, 27 Jun 2003 13:52:05 -0700 Message-ID: <3EFCAE75.8030901@redhat.com> Date: Fri, 27 Jun 2003 20:52:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney CC: gdb-patches@sources.redhat.com Subject: Re: delete non-multi-arch SPARC code? References: <3EFC4A22.7040900@redhat.com> <3EFC8540.1070902@redhat.com> <3EFC9344.1000906@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00830.txt.bz2 Andrew Cagney wrote: >> Andrew Cagney wrote: >> Hello, >> >> The sparc codebase contains lots of #ifdef not-multi-arch code. Can >> anyone think of a reason to not simply delete it? >> >> I'm talking mainline, not 6.0 branch mind :-) >> >> Can you be more specific? I don't find anything like "ifdef >> not-multi-arch" in sparc-tdep.c. > > > It's all in config/sparc/tm*.h. Still not with you... cd gdb/config/sparc grep ifdef tm*.h