From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21292 invoked by alias); 28 Jul 2004 03:04:11 -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 21282 invoked from network); 28 Jul 2004 03:04:09 -0000 Received: from unknown (HELO mail02.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 28 Jul 2004 03:04:09 -0000 Received: (from root@localhost) by guardian03.idc.renesas.com with id i6S344kG002334 for gdb@sourceware.org; Wed, 28 Jul 2004 12:04:04 +0900 (JST) Received: from unknown [172.20.8.73] by guardian03.idc.renesas.com with SMTP id NAA02333 ; Wed, 28 Jul 2004 12:04:04 +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 MAA10101 for ; Wed, 28 Jul 2004 12:04:04 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id CAF337980E2 for ; Wed, 28 Jul 2004 12:04:03 +0900 (JST) Message-ID: <00e801c4744f$89f85c10$5169910a@E5A02646> From: "Kei Sakamoto" To: Subject: multi-arched Linux target Date: Wed, 28 Jul 2004 15:57:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00352.txt.bz2 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