This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Detecting and printing 128-bit long double values for GDB 6.6


Luis Machado <luisgpm@linux.vnet.ibm.com> writes:

> Index: libiberty/floatformat.c
> ===================================================================
> --- libiberty/floatformat.c.orig
> +++ libiberty/floatformat.c
> @@ -106,6 +106,25 @@ const struct floatformat floatformat_iee
>    floatformat_always_valid
>  };
>  
> +/* floatformats for ppc64 long double, big and little endian.           */
> +/* The layout is a pair of doubles. Don't use this description to pass  */
> +/* information to get_field(). The bit size is the important thing.     */

What about cross-debugging a target with a different float format?

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]