From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23203 invoked by alias); 2 Aug 2004 01:14:06 -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 23196 invoked from network); 2 Aug 2004 01:14:05 -0000 Received: from unknown (HELO mail02.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 2 Aug 2004 01:14:05 -0000 Received: (from root@localhost) by guardian02.idc.renesas.com with id i721E0vZ022078 for gdb@sources.redhat.com; Mon, 2 Aug 2004 10:14:00 +0900 (JST) Received: from unknown [172.20.8.71] by guardian02.idc.renesas.com with SMTP id LAA22077 ; Mon, 2 Aug 2004 10:14:00 +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 KAA08351 for ; Mon, 2 Aug 2004 10:14:01 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id A29827980E2 for ; Mon, 2 Aug 2004 10:14:00 +0900 (JST) Message-ID: <002a01c4782d$fe34ef80$5169910a@E5A02646> From: "Kei Sakamoto" To: References: <00e801c4744f$89f85c10$5169910a@E5A02646> Subject: Re: multi-arched Linux target Date: Mon, 02 Aug 2004 01:14:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00002.txt.bz2 Hello, Does anyone have any suggestion about this? Thank you. Kei Sakamoto From: "Kei Sakamoto" To: Sent: Wednesday, July 28, 2004 12:04 PM Subject: multi-arched Linux target > Hello, > > I have a question about multi-arched Linux target. > > I'm implementing the native debug support on Linux/M32R. > http://www.linux-m32r.org > > In order to support Linux target, config/tm-linux.h is necessary. > But config/tm-linux.h causes build errors in full multi-arched > environment because SKIP_TRAMPOLINE_CODE and IN_SOLIG_CALL_TRAMPOLINE > don't have multi-arch definitions. > > In file included from ../../src/gdb/defs.h:1135, > from ../../src/gdb/gdb.c:21: > ../../src/gdb/gdbarch.h:2071:2: #error "Non multi-arch definition of > SKIP_TRAMPOLINE_CODE" > ../../src/gdb/gdbarch.h:2093:2: #error "Non multi-arch definition of > IN_SOLIB_CALL_TRAMPOLINE" > > Do I have to use MULTI_ARCH_PARTIAL for Linux target? > > === > Kei Sakamoto > Renesas Technology Corp. > sakamoto.kei@renesas.com >