From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 997 invoked by alias); 20 Apr 2002 01:50: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 978 invoked from network); 20 Apr 2002 01:50:02 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 20 Apr 2002 01:50:02 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id SAA05503; Fri, 19 Apr 2002 18:49:55 -0700 (PDT) Message-ID: <3CC0C685.94867F5D@redhat.com> Date: Fri, 19 Apr 2002 18:50:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: "David S. Miller" CC: gdb-patches@sources.redhat.com Subject: Re: [RFA] Mark Sparc/Linux as multi-arch References: <20020419.153127.15428651.davem@redhat.com> <3CC0C27E.229CDEC0@redhat.com> <20020419.183509.113094884.davem@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00657.txt.bz2 "David S. Miller" wrote: > > From: Michael Snyder > Date: Fri, 19 Apr 2002 18:21:02 -0700 > > "David S. Miller" wrote: > > 2002-04-19 David S. Miller > > > > * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to > > GDB_MULTI_ARCH_PARTIAL > > * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not > > define, let tm-sp64.h do it. > > Don't you mean "let tm-linux.h do it"? > > Nope. Not at all. > > Look, tm-sp64linux.h include "config/tm-linux.h" NOT > "config/sparc/tm-linux.h" > > Thus, config/sparc/tm-sp64.h defined GDB_MULTI_ARCH for us. 'K. ;-)