From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6904 invoked by alias); 20 Oct 2010 15:09:57 -0000 Received: (qmail 6888 invoked by uid 22791); 20 Oct 2010 15:09:56 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Oct 2010 15:09:49 +0000 Received: (qmail 5159 invoked from network); 20 Oct 2010 15:09:47 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 Oct 2010 15:09:47 -0000 From: Pedro Alves To: gdb@sourceware.org Subject: Re: gdb darwin target on Linux host? Date: Wed, 20 Oct 2010 15:09:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.33-29-realtime; KDE/4.4.2; x86_64; ; ) Cc: Nathan Froyd , Tristan Gingold , Peter Steiner References: <20101020135306.9C60531366@nx.neverkill.us> <201010201550.26450.pedro@codesourcery.com> <20101020145245.GW2806@nightcrawler> In-Reply-To: <20101020145245.GW2806@nightcrawler> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201010201609.42370.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-10/txt/msg00081.txt.bz2 On Wednesday 20 October 2010 15:52:47, Nathan Froyd wrote: > I think the decision is deliberate, as x86_64-darwin8 is not a valid > target. That sounds like gcc-isms escaping into the top-level. config.sub expands x86_64-darwin to ... x86_64-pc-darwin, and neither bfd nor gdb (at least) need to distinguish between darwin revisions. IMO, if x86_64-darwin8 should be verbotten, there should be an explicit "x86_64-*-darwin8*" or some such forcing an error. -- Pedro Alves