This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: powerpc build failure with GCC mainline -fno-common change
Florian Weimer <fw@deneb.enyo.de> writes:
> * Tulio Magno Quites Machado Filho:
>
>>> Perhaps __cache_line_size should be part of _rtld_global?
>>
>> Having this variable in a single place is ideal, but does it really need to
>> be in the loader?
>
> Doesn't the loader need it for its implementation of memset?
No, but sysdeps/powerpc/powerpc32/dl-machine.c does need __cache_line_size.
--
Tulio Magno