www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/11/17/10:43:16

Date: Mon, 17 Nov 1997 17:30:53 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: Pierre Muller <muller AT ics-crm DOT u-strasbg DOT fr>
cc: djgpp AT delorie DOT com
Subject: Re: GDB and extended type
In-Reply-To: <64p7rg$85@news.u-strasbg.fr>
Message-ID: <Pine.SUN.3.91.971117172725.3513B-100000@is>
MIME-Version: 1.0

On 17 Nov 1997, Pierre Muller wrote:

>     GDB v4.16 does not know how to handle the Intel internal real format 
> coded in 10 bytes !!

This is a known problem.  GDB was compiled with long double support 
disabled (by a sad omission).

>     Are there any plans to change that ?

You can do it yourself, if you need it badly enough.  Download the sources
(v2gnu/gdb416s.zip), edit the file gdb/config.h to change this line: 

	/* #undef HAVE_LONG_DOUBLE */

into this:

	#define HAVE_LONG_DOUBLE 1

then build gdb, and live happily ever after!

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019