This is the mail archive of the gdb@sourceware.cygnus.com 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]

Re: Unifying the x86 FPU register sets


> You'll also notice that all the other
> i386 ports (including Linux) have a 96-bit `long double'.  In other
> words `sizeof (long double)' is 12.

A `long double' on x86 is always 10 bytes; sizeof reports 12 because
of alignment considerations.  The extra 2 bytes are junk and will
never be used by any FP instruction.

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