This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, mips] Improved memset for MIPS


On Fri, Sep 6, 2013 at 10:43 AM, Steve Ellcey <sellcey@mips.com> wrote:
> On Fri, 2013-09-06 at 16:59 +0000, Joseph S. Myers wrote:
>>> The "undefined reference to `__libc_global_ctors'" has just shown up
>>> again in a parallel build, but it seems to go away when I rebuild.  I am
>>> still trying to understand what is going on with this.
>
>> Since it seems to be about parallel builds and linkobj/libc.so, try with
>> Brooks's patch
>> <https://sourceware.org/ml/libc-alpha/2013-08/msg00597.html>?  (Which, if
>> it works OK on master for a while, should probably be backported to 2.18
>> branch.)

Joseph is correct that this is related -- that error message is
exactly the one we were getting that sent me on the path of debugging
the circular reference and writing that patch.  The compile
instruction that causes that error message is consistent with the
implicit rule that my patch fixes.

- Brooks


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]