[PATCH 2/5] testsuites/libtests: Remove floats from libdl tests

Chris Johns chrisj at rtems.org
Mon Aug 28 04:48:41 UTC 2023


On 28/8/2023 2:12 pm, Alex White wrote:
> On Sun, Aug 27, 2023 at 8:38 PM Chris Johns <chrisj at rtems.org> wrote:
>> The floats need to stay to make sure there are no issues with this type. I see
>> the tests with floats as valid.
>>
>> Is the only missing function `__extendsfdf2`?
> 
> Yes, that is the only missing function. If I change the floats to doubles, the
> need for `__extendsfdf2` goes away and the tests pass. Is that an acceptable
> solution?

I would happy with doubles being added so they are tested as well but that is
also outside the scope of your effort :)

Is it easier to add a Microblaze conditional for the use of a double to the base
image and to forced the symbol to be linked in?

Chris


More information about the devel mailing list