From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14159 invoked by alias); 27 Jun 2003 18:56:06 -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 14150 invoked from network); 27 Jun 2003 18:56:04 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.2) by sources.redhat.com with SMTP; 27 Jun 2003 18:56:04 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D0CD22B5F; Fri, 27 Jun 2003 14:56:04 -0400 (EDT) Message-ID: <3EFC9344.1000906@redhat.com> Date: Fri, 27 Jun 2003 18:56:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: delete non-multi-arch SPARC code? References: <3EFC4A22.7040900@redhat.com> <3EFC8540.1070902@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00826.txt.bz2 > 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. Andrew