Re: [PATCH] ctf: use CTF_FP_LDOUBLE encoding for 128-bit floats

2025-05-13 Thread Indu
On 2025-05-01 2:56 p.m., Bruce McCulloch wrote: Currently, gen_ctf_base_type will obtain the bit_size of a given DWARF DIE based on the system GCC is compiling for. For DIEs with a DW_ATE_float encoding, this is used to determine whether to classify a given DIE as a single, double, or long double

[PATCH] ctf: use CTF_FP_LDOUBLE encoding for 128-bit floats

2025-05-01 Thread Bruce McCulloch
Currently, gen_ctf_base_type will obtain the bit_size of a given DWARF DIE based on the system GCC is compiling for. For DIEs with a DW_ATE_float encoding, this is used to determine whether to classify a given DIE as a single, double, or long double. However, on some systems, a long double will not