From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1454 invoked by alias); 5 Aug 2004 00:10:08 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1447 invoked from network); 5 Aug 2004 00:10:06 -0000 Received: from unknown (HELO mail03.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 5 Aug 2004 00:10:06 -0000 Received: (from root@localhost) by guardian05.idc.renesas.com with id i7509tce011298; Thu, 5 Aug 2004 09:09:55 +0900 (JST) Received: from unknown [172.20.8.71] by guardian05.idc.renesas.com with SMTP id KAA11297 ; Thu, 5 Aug 2004 09:09:55 +0900 Received: from mrkaisv.hoku.renesas.com ([10.145.105.245]) by rnsmtp01.hoku_r.renesas.com (8.9.3/3.7W) with ESMTP id JAA08225; Thu, 5 Aug 2004 09:09:52 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id E5A017980E2; Thu, 5 Aug 2004 09:09:51 +0900 (JST) Message-ID: <004c01c47a80$876fcc30$5169910a@E5A02646> From: "Kei Sakamoto" To: "Jim Blandy" Cc: References: <00e801c4744f$89f85c10$5169910a@E5A02646><002a01c4782d$fe34ef80$5169910a@E5A02646> Subject: Re: multi-arched Linux target Date: Thu, 05 Aug 2004 00:10:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00056.txt.bz2 > > > Do I have to use MULTI_ARCH_PARTIAL for Linux target? > > I think so. You'll need to have a tm-*.h file, which automatically > brings you down to MULTI_ARCH_PARTIAL. You don't need to actually > #define that anywhere, though; just having a tm-*.h file at all > automatically sets that. Search for GDB_TM_FILE in defs.h. > > But I don't think that'll cause you any problems. Since you're not > overriding them, it won't affect any of the definitions you're > currently getting from gdbarch.h. Things should just continue to work > normally. I see. I'll use MULTI_ARCH_PARTIAL. Thank you. === Kei Sakamoto Renesas Technology Corp. sakamoto.kei@renesas.com