From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16830 invoked by alias); 16 Nov 2011 12:37:35 -0000 Received: (qmail 16714 invoked by uid 22791); 16 Nov 2011 12:37:33 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,TW_FX X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Nov 2011 12:37:20 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1RQejv-0007V0-4a from Maciej_Rozycki@mentor.com ; Wed, 16 Nov 2011 04:37:19 -0800 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 16 Nov 2011 04:34:53 -0800 Received: from [172.30.5.180] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Wed, 16 Nov 2011 12:37:17 +0000 Date: Wed, 16 Nov 2011 12:37:00 -0000 From: "Maciej W. Rozycki" To: Richard Sandiford CC: , Subject: Re: [PATCH] MIPS/BFD: Fix assertions with SGI IRIX files In-Reply-To: <87zkfxuwg5.fsf@firetop.home> Message-ID: References: <87vctdl4p1.fsf@firetop.home> <87zkfxuwg5.fsf@firetop.home> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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 X-SW-Source: 2011-11/txt/msg00145.txt.bz2 On Tue, 15 Nov 2011, Richard Sandiford wrote: > > bfd/ > > * elfxx-mips.c (_bfd_mips_elf_symbol_processing): Remove > > assertions. > > OK, thanks. Oh, this I had actually already applied based on your earlier preapproval. I have now committed the other six changes you approved verbatim as well and will work on the seventh (MIPS16 mode PIC pseudo-ops) soon. Thanks for the review. Maciej