From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24098 invoked by alias); 4 Oct 2012 14:04:29 -0000 Received: (qmail 24053 invoked by uid 22791); 4 Oct 2012 14:04:26 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Oct 2012 14:04:18 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 707E51C7EBD; Thu, 4 Oct 2012 10:04:18 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qYBm7ZM+gK-A; Thu, 4 Oct 2012 10:04:18 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 233331C7EBC; Thu, 4 Oct 2012 10:04:18 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E1805CB4C8; Thu, 4 Oct 2012 16:04:08 +0200 (CEST) Date: Thu, 04 Oct 2012 14:04:00 -0000 From: Joel Brobecker To: Kaushik Phatak Cc: "gdb-patches@sourceware.org" Subject: Re: [RFA 0/5] New port: CR16 Message-ID: <20121004140408.GM3028@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-10/txt/msg00072.txt.bz2 > 0002: Handle cr16*-*-*linux and cr16*-*-* in configure.tgt. > 0003: the port itself in gdb. I would merge 2 & 3, as they are clearly related. And if you applied 2, but not 3, even though you wouldn't break any other build, you'd introduce a target that doesn't build, because the -tdep files are missing. (this is not a strong opinion - Pedro might think differently and I would defer to him). -- Joel