From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10169 invoked by alias); 6 Sep 2013 18:57:20 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 10159 invoked by uid 89); 6 Sep 2013 18:57:20 -0000 Received: from mail-oa0-f42.google.com (HELO mail-oa0-f42.google.com) (209.85.219.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 06 Sep 2013 18:57:20 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f42.google.com Received: by mail-oa0-f42.google.com with SMTP id n12so4416780oag.15 for ; Fri, 06 Sep 2013 11:57:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=tFBw3Z6GNL8jKB0/OmyQek/w6U75r5/PpX854QMkwzY=; b=QuxXz4rZtyeK3bM3D64Q82RZEN7k/+xxSM9iUHwh8VnEYjXScAVESr4IxsLxOTM8M1 L203lDQNjw7mJvd6XbpXIj4JOEj30fwENxJsnTN8gYP4Z5nWrUP8MnwBkwdbWnFhXmUc fCcWpe3GYzuJD3cDGBOG/hrPczFV90nE0oWD4T0+HehkyczCJojalWISblFBJoJLVDlm vEuv5HxaQ3154NjKmQ4dBTk123NlizcB73De4h1yIY42n5knuGt4RlpLKuvBPpI99/vi JctD3tHnunRYOvUWyA0YM3Fja6wM8pjF5u1b4M4IDcXMHOzVDoCF4UKjVg16YUY7gufy jskA== X-Gm-Message-State: ALoCoQmK9T1MubGiHQsrzXwewPl4l7iR7Yp7mX2dEnu30WzAMG1lQV0pruKcHmzKrPHNGQEkvo7OMB9ShtzaCJbop9OUy/GkprUbopIXhqh1+r89tlS3QkJmhwVzAlO2Njgq7tnWQ3fHCJzo/KBtTMosI7ExVcusaD6nF2nxXUbmMDl23xU6swMO/erbZMhJOwCaB+BmJKZr5qhIK3Rna7JFHLUUcvwKMA== X-Received: by 10.182.92.231 with SMTP id cp7mr2854463obb.82.1378493837602; Fri, 06 Sep 2013 11:57:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.72.65 with HTTP; Fri, 6 Sep 2013 11:56:57 -0700 (PDT) In-Reply-To: <1378489387.5770.335.camel@ubuntu-sellcey> References: <93a232b5-9d0b-4a27-bbb5-16e3ae7c4b89@BAMAIL02.ba.imgtec.org> <1378483039.5770.302.camel@ubuntu-sellcey> <1378486241.5770.327.camel@ubuntu-sellcey> <1378489387.5770.335.camel@ubuntu-sellcey> From: Brooks Moses Date: Fri, 06 Sep 2013 18:57:00 -0000 Message-ID: Subject: Re: [patch, mips] Improved memset for MIPS To: Steve Ellcey Cc: "Joseph S. Myers" , libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-09/txt/msg00064.txt.bz2 On Fri, Sep 6, 2013 at 10:43 AM, Steve Ellcey 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 >> ? (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