Hi folks, Attached is the patch previously written by Pete Carr for correcting the issue where GDB is unable to print the value of a 128-bit long double variable. This patch makes GDB recognize that data type and also makes it print the correct value with its full precision. I refreshed this patch for GDB 6.6, in case users of this version would like to use it. A version of the patch for GDB HEAD is being worked on and will be submitted soon, since it requires some code changes due to a modification in the handling of Big endian/Little endian values. Best regards, Luis