[PATCH] libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.c

Corinna Vinschen vinschen@redhat.com
Wed Sep 2 08:05:34 GMT 2020


On Sep  1 12:49, Keith Packard via Newlib wrote:
> This is required to avoid colliding with files built from libm/common
> that would end up with the same object name.
> 
> When libm.a was constructed from the individual sub-libraries, the
> contents of the libm/common files would be replaced by that from
> libm/machine/arm with the same name.
> 
> Signed-off-by: Keith Packard <keithp@keithp.com>
> ---
>  newlib/libm/machine/arm/Makefile.am           |  4 ++--
>  newlib/libm/machine/arm/Makefile.in           | 24 +++++++++----------
>  .../libm/machine/arm/{s_fma.c => s_fma_arm.c} |  0
>  .../machine/arm/{sf_fma.c => sf_fma_arm.c}    |  0
>  4 files changed, 14 insertions(+), 14 deletions(-)
>  rename newlib/libm/machine/arm/{s_fma.c => s_fma_arm.c} (100%)
>  rename newlib/libm/machine/arm/{sf_fma.c => sf_fma_arm.c} (100%)

Pushed.


Thanks,
Corinna



More information about the Newlib mailing list