From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18368 invoked by alias); 12 Feb 2007 07:25:25 -0000 Received: (qmail 18335 invoked by uid 22791); 12 Feb 2007 07:25:25 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Feb 2007 07:25:20 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0) with ESMTP id l1C7PCJv016802; Mon, 12 Feb 2007 08:25:12 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0/Submit) id l1C7PBkZ009026; Mon, 12 Feb 2007 08:25:11 +0100 (CET) Date: Mon, 12 Feb 2007 07:25:00 -0000 Message-Id: <200702120725.l1C7PBkZ009026@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: monaka@monami-software.com CC: gdb-patches@sourceware.org In-reply-to: <49AB0E17-0AC2-4043-9AB7-4DC434A19F11@monami-software.com> (message from Masaki Muranaka on Mon, 12 Feb 2007 15:25:56 +0900) Subject: Re: Is *.mh used in native mode only? References: <49AB0E17-0AC2-4043-9AB7-4DC434A19F11@monami-software.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00163.txt.bz2 > From: Masaki Muranaka > Date: Mon, 12 Feb 2007 15:25:56 +0900 > > Hello maintainers, > > According to gdbint document, config/*/*.mh is a one of > host dependent files (not only native). > But it seems that it is not read by configure in case > building the cross debugger. Don't know where you read that, but section 8.1 says that it the *.mh files are only used for native debuggers. I guess the documentation is just wrong here. For a cross debugger you should be able to figure out everything you need by autoconf tests. Mark