[PATCH 0/2] Fix fenv support for ARM

Sebastian Huber sebastian.huber@embedded-brains.de
Thu Jul 23 05:13:24 GMT 2020


On 19/07/2020 13:01, Sebastian Huber wrote:

> This patch set addresses some issues which popped up while building Newlib for
> ARM with GCC 10 which enables -fno-common by default.
>
> Eshan dhawan (1):
>    arm: Fix fenv support
>
> Sebastian Huber (1):
>    arm: Remove superfluous fenv stub files

I just noticed that the stub files I removed are not superfluous. Its 
seems they are necessary to somehow overwrite the default 
implementations in:

newlib/libm/fenv

There seems to be some build system magic involved here. I guess we have 
to split up fenv.c and move all the functions to individual files 
matching the ones in newlib/libm/fenv?



More information about the Newlib mailing list