[PATCH 02/13] Fix tests which expose ldbl -> _Float128 redirects
Paul E Murphy
murphyp@linux.ibm.com
Wed Mar 25 21:20:46 GMT 2020
On 3/13/20 4:37 PM, Tulio Magno Quites Machado Filho wrote:
> "Paul E. Murphy" <murphyp@linux.vnet.ibm.com> writes:
>
>> The ldbl redirects for ieee128 have some jagged edges when
>> inspecting and manipulating symbols directly.
>>
>> e.g asprintf is unconditionally redirected to __asprintfieee128
>> thus any tests relying on GCC's redirect behavior will encounter
>> problems if they inspect the symbol names too closely.
>>
>> I've mitigated tests which expose the limitations of the
>> ldbl -> f128 redirects by giving them knowledge about the
>> redirected symbol names.
>>
>> Hopefully there isn't much user code which depends on this
>> implementation specific behavior.
>
> Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
>
Pushed. Thank you for the review!
More information about the Libc-alpha
mailing list