From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 725 invoked by alias); 22 Aug 2005 16:26:57 -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 593 invoked by uid 22791); 22 Aug 2005 16:26:43 -0000 Received: from sadr.equallogic.com (HELO sadr.equallogic.com) (66.155.203.134) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 22 Aug 2005 16:26:42 +0000 Received: from sadr.equallogic.com (localhost.localdomain [127.0.0.1]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id j7MGQein027186; Mon, 22 Aug 2005 12:26:41 -0400 Received: from M31.equallogic.com (M31.equallogic.com [172.16.1.31]) by sadr.equallogic.com (8.12.8/8.12.8) with SMTP id j7MGQeje027181; Mon, 22 Aug 2005 12:26:40 -0400 Received: from pkoning.equallogic.com ([172.16.1.163]) by M31.equallogic.com with Microsoft SMTPSVC(6.0.3790.211); Mon, 22 Aug 2005 12:26:40 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17161.64703.21171.219706@gargle.gargle.HOWL> Date: Mon, 22 Aug 2005 18:32:00 -0000 From: Paul Koning To: jbglaw@lug-owl.de Cc: gdb-patches@sourceware.org, binutils@sourceware.org, gcc-patches@gcc.org Subject: Re: [RFA] Add some VAX floating point formats to floatformat.[ch] References: <200508212153.j7LLrJXJ006901@elgar.sibelius.xs4all.nl> <43098730.3060802@redhat.com> <4393.192.87.1.200.1124706151.squirrel@192.87.1.200> <4309BE5A.8020503@redhat.com> <20050822160723.GN13517@lug-owl.de> X-SW-Source: 2005-08/txt/msg00227.txt.bz2 >>>>> "Jan-Benedict" == Jan-Benedict Glaw writes: >> Ok well then how about the comment containing a quick precis of >> the VAX format. I am sure that various people will be interested >> to read it. Jan-Benedict> That's actually quite simple: transcribe the nice Jan-Benedict> pictures in the VAX Architecture Reference Manual into Jan-Benedict> ASCII art and give a specific example for one number. Or copy the reference from real.c in gcc. paul