From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29017 invoked by alias); 1 Jul 2002 21:52:33 -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 28983 invoked from network); 1 Jul 2002 21:52:27 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 1 Jul 2002 21:52:27 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 04B1B3CB2; Mon, 1 Jul 2002 17:52:25 -0400 (EDT) Message-ID: <3D20CF18.6030201@ges.redhat.com> Date: Mon, 01 Jul 2002 14:52:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michal Ludvig Cc: gdb Subject: Re: cross-target gdb compilation problems References: <3D2080A2.6080702@suse.cz> <3D20834F.3000304@ges.redhat.com> <3D20C6C3.4010600@suse.cz> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00015.txt.bz2 > Andrew Cagney wrote: > Until someone fixes these limitations in the solib code, adding the include to the tm*-.h file (and dropping back to multi-arch partial) is the accepted way of addressing this problem. > > Well, so can you then aprove the patch attached? Also please try to compile gdb with --target=x86_64-unknown-linux and tell me if I can remove the "broken" flag from MAINTAINERS if you were successfull. > > 2002-07-01 Michal Ludvig > > * config/i386/tm-x86_64linux.h: New. Yes, but tm-x86-64linux.h (``-'' vs ``_''). and + #ifndef TM_LINUX_H + #define TM_LINUX_H should be ifndef TM_X86_64LINUX_H. > * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE > definitions. > > Thanks in advance enjoy, Andrew