From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20899 invoked by alias); 13 Apr 2007 20:33:17 -0000 Received: (qmail 20891 invoked by uid 22791); 13 Apr 2007 20:33:16 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Apr 2007 21:33:15 +0100 Received: (qmail 7427 invoked from network); 13 Apr 2007 20:33:13 -0000 Received: from unknown (HELO 81-179-106-172.dsl.pipex.com) (paul@127.0.0.2) by mail.codesourcery.com with ESMTPA; 13 Apr 2007 20:33:13 -0000 From: Paul Brook To: Daniel Jacobowitz Subject: Re: Floating point types in target descriptions Date: Sat, 14 Apr 2007 00:32:00 -0000 User-Agent: KMail/1.9.5 Cc: gdb-patches@sourceware.org References: <200704131348.10042.paul@codesourcery.com> <20070413135316.GA12300@caradoc.them.org> In-Reply-To: <20070413135316.GA12300@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704132133.11275.paul@codesourcery.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-04/txt/msg00213.txt.bz2 On Friday 13 April 2007 14:53, Daniel Jacobowitz wrote: > On Fri, Apr 13, 2007 at 01:48:09PM +0100, Paul Brook wrote: > > The patch below adds ieee_single and ieee_double predefined types for use > > in XML target descriptions. These are needed to describe vector types > > with floating point elements. > > Thanks, this is OK. Applied to CVS head. Paul