From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86424 invoked by alias); 22 May 2017 18:10:37 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 86360 invoked by uid 89); 22 May 2017 18:10:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 22 May 2017 18:10:35 +0000 Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Forcepoint Email with ESMTPS id 86F05FCB9A97E; Mon, 22 May 2017 19:10:32 +0100 (IST) Received: from [10.20.78.50] (10.20.78.50) by hhmail02.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.294.0; Mon, 22 May 2017 19:10:35 +0100 Date: Mon, 22 May 2017 20:48:00 -0000 From: "Maciej W. Rozycki" To: Joseph Myers CC: "Jose E. Marchesi" , Alan Modra , Subject: Re: [PATCH] MIPS/BFD: For n64 hold the number of internal relocs in `->reloc_count' In-Reply-To: Message-ID: References: <1493986217-9037-1-git-send-email-jose.marchesi@oracle.com> <1493986217-9037-4-git-send-email-jose.marchesi@oracle.com> <87h90jo3zo.fsf@oracle.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2017-05/txt/msg00242.txt.bz2 On Mon, 22 May 2017, Joseph Myers wrote: > This change breaks testing glibc for MIPS n64. Specifically, linking the > stdlib/test-canon2 test fails with "collect2: fatal error: ld terminated > with signal 11 [Segmentation fault], core dumped", when using this > binutils commit, but all tests link OK when using the previous binutils > commit. Thanks for your report and sorry for the breakage, I'll debug this. Maciej