From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32745 invoked by alias); 12 Jul 2006 03:51:09 -0000 Received: (qmail 32736 invoked by uid 22791); 12 Jul 2006 03:51:08 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 12 Jul 2006 03:51:06 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G0Vke-0001tk-Ev; Tue, 11 Jul 2006 23:51:04 -0400 Date: Wed, 12 Jul 2006 03:51:00 -0000 From: Daniel Jacobowitz To: Pete Carr Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Bug 23438. Support for 128-bit long double types on PowerPC 64] Message-ID: <20060712035104.GB7182@nevyn.them.org> Mail-Followup-To: Pete Carr , gdb-patches@sources.redhat.com References: <44B42374.1000109@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44B42374.1000109@linux.ibm.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00107.txt.bz2 Just one trivial piece of feedback; Mark covered all the big issues. On Tue, Jul 11, 2006 at 03:17:24PM -0700, Pete Carr wrote: > +powerpc64-*-*-*) The canonical form is "powerpc64-*-*", with only two stars. The last star matches things like "linux-gnu", but also other things like "netbsd" which don't have an extra dash. -- Daniel Jacobowitz CodeSourcery