From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15591 invoked by alias); 22 Aug 2005 10:22:54 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15520 invoked by uid 22791); 22 Aug 2005 10:22:44 -0000 Received: from smtp-vbr11.xs4all.nl (HELO smtp-vbr11.xs4all.nl) (194.109.24.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 22 Aug 2005 10:22:44 +0000 Received: from webmail.xs4all.nl (webmail9.xs4all.nl [194.109.22.169]) by smtp-vbr11.xs4all.nl (8.13.3/8.13.3) with ESMTP id j7MAMVXF089009; Mon, 22 Aug 2005 12:22:32 +0200 (CEST) (envelope-from mark.kettenis@xs4all.nl) Received: from 192.87.1.200 by webmail.xs4all.nl with HTTP; Mon, 22 Aug 2005 12:22:31 +0200 (CEST) Message-ID: <4393.192.87.1.200.1124706151.squirrel@192.87.1.200> In-Reply-To: <43098730.3060802@redhat.com> References: <200508212153.j7LLrJXJ006901@elgar.sibelius.xs4all.nl> <43098730.3060802@redhat.com> Date: Mon, 22 Aug 2005 11:53:00 -0000 Subject: Re: [RFA] Add some VAX floating point formats to floatformat.[ch] From: "Mark Kettenis" To: "Nick Clifton" Cc: "Mark Kettenis" , gdb-patches@sourceware.org, binutils@sourceware.org, gcc-patches@gcc.org User-Agent: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2005-08/txt/msg00224.txt.bz2 > Hi Mark, > > No objections from binutils for this, although it is officially a GDB > header file so make sure that you get agreement from them before > committing your change. Thanks! >> + /* VAX byte order. */ >> + floatformat_vax > > I think that having a more descriptive comment for the VAX byte order > would be helpful. eg describing the layout of 1.2345678e10 as is done > with the other entries in this enum. Could do that, although it wouldn't be particular useful. VAX is not quite IEEE, so the bytes will be completely different, not just shuffled around. Mark