This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 00/21] glibc port to ARC processors
On Fri, 21 Dec 2018, Vineet Gupta wrote:
> is due to linkage of a generic libgcc routine fp-bit.c
I'd suggest moving from fp-bit to soft-fp in libgcc (soft-fp is a lot
faster, see the 2006 GCC Summit proceedings, though of course you may wish
to do your own benchmarking on ARC), which would probably avoid that issue
(though if very concerned about about code size, soft-fp is a bit larger).
But the "?" in localplt.data would still make sense as long as the GCC
versions using fp-bit there are supported for building the ARC glibc port.
--
Joseph S. Myers
joseph@codesourcery.com