From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23430 invoked by alias); 8 Aug 2004 19:51:34 -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 23408 invoked from network); 8 Aug 2004 19:51:33 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sourceware.org with SMTP; 8 Aug 2004 19:51:33 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i78JpToa004095; Sun, 8 Aug 2004 21:51:29 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i78JpTKv005676; Sun, 8 Aug 2004 21:51:29 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i78JpTxK005673; Sun, 8 Aug 2004 21:51:29 +0200 (CEST) Date: Sun, 08 Aug 2004 19:51:00 -0000 Message-Id: <200408081951.i78JpTxK005673@elgar.kettenis.dyndns.org> From: Mark Kettenis To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <4116617A.8010601@gnu.org> (message from Andrew Cagney on Sun, 08 Aug 2004 13:23:06 -0400) Subject: Re: [commit] Add BE/LE floating-point type & format tables References: <4116617A.8010601@gnu.org> X-SW-Source: 2004-08/txt/msg00271.txt.bz2 Date: Sun, 08 Aug 2004 13:23:06 -0400 From: Andrew Cagney 2004-08-08 Andrew Cagney * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single) (builtin_type_ieee_double, builtin_type_ia64_quad) (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of BE/LE floating-point types. * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single) (builtin_type_ieee_double, builtin_type_ia64_quad) (builtin_type_ia64_spill): Declare. * doublest.c (_initialize_doublest, floatformat_ieee_single) (floatformat_ieee_double, floatformat_arm_ext) (floatformat_ia64_spill, floatformat_ia64_quad): Add tables of LE/BE floatformats. * doublest.h: (struct floatformat, floatformat_ieee_single) (floatformat_ieee_double, floatformat_arm_ext) (floatformat_ia64_spill, floatformat_ia64_quad): Declare. I'll follow up with a couple uses. You'd better do that because right now I don't see where this is heading. Anyway, could we rename floatformat_ia64_quad to floatformat_ieee_quad. There are quite a few systems out there that use or will be using the same format, and I believe i will be in a new revision of the official IEEE standard for it. Mark