Re: [PATCH] libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.c
Corinna Vinschen via Newlib <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > --- > 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