From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127028 invoked by alias); 21 May 2015 17:58:33 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 127019 invoked by uid 89); 21 May 2015 17:58:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Date: Thu, 21 May 2015 21:03:00 -0000 From: Joseph Myers To: Steve Ellcey CC: Roland McGrath , GNU C Library Subject: Re: Broken MIPS build In-Reply-To: <1432229848.16668.83.camel@ubuntu-sellcey> Message-ID: References: <1432229848.16668.83.camel@ubuntu-sellcey> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2015-05/txt/msg00510.txt.bz2 On Thu, 21 May 2015, Steve Ellcey wrote: > Has broken the MIPS glibc build. The error message is attached below. I > am guessing I might need to include one (or both) of your new header files > in mips/mips32/sysdep.h to make this build? Does that sound right to you? It seems to me like there's a missing INTERNAL_SYSCALL_DECL (err); in __pthread_initialize_minimal_internal. -- Joseph S. Myers joseph@codesourcery.com