From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5123 invoked by alias); 30 Aug 2005 12:50:45 -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 4923 invoked by uid 22791); 30 Aug 2005 12:50:34 -0000 Received: from smtp-vbr13.xs4all.nl (HELO smtp-vbr13.xs4all.nl) (194.109.24.33) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 30 Aug 2005 12:50:34 +0000 Received: from webmail.xs4all.nl (webmail9.xs4all.nl [194.109.22.169]) by smtp-vbr13.xs4all.nl (8.13.3/8.13.3) with ESMTP id j7UCoD90090526; Tue, 30 Aug 2005 14:50:18 +0200 (CEST) (envelope-from mark.kettenis@xs4all.nl) Received: from 192.87.1.200 by webmail.xs4all.nl with HTTP; Tue, 30 Aug 2005 14:50:19 +0200 (CEST) Message-ID: <16859.192.87.1.200.1125406219.squirrel@192.87.1.200> In-Reply-To: <20050830023841.GC16189@nevyn.them.org> References: <200508212209.j7LM9PAX029015@elgar.sibelius.xs4all.nl> <20050830023841.GC16189@nevyn.them.org> Date: Tue, 30 Aug 2005 21:27:00 -0000 Subject: Re: [RFC] Add support for VAX floating-point types From: "Mark Kettenis" To: "Daniel Jacobowitz" Cc: "Mark Kettenis" , gdb-patches@sourceware.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/msg00253.txt.bz2 > On Mon, Aug 22, 2005 at 12:09:25AM +0200, Mark Kettenis wrote: >> OK, I admit it, all this work on VAX is pointless ... but fun ;-). >> And it actually improves the code too ;-). This patch depends on the >> libiberty patch I just sent out. Any objections? If not I'll check >> this in next weekend if possible. >> >> Mark >> >> Index: ChangeLog >> from Mark Kettenis >> >> * doublest.c (floatformat_normalize_byteorder): Handle >> floatformat_vax. >> (convert_doublest_to_floatformat): Use >> floatformat_normalize_byteorder to swap bytes if necessary. > > None from me! Looks fine. Don't recall what happened to the libiberty > bits though. Thanks, I have been revising the libiberty bits, based on the comments I got. Didin't find the time yet to finish compiling gdb on the VAX simulator yet. Mark