From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30812 invoked by alias); 15 Nov 2011 17:29:10 -0000 Received: (qmail 30795 invoked by uid 22791); 15 Nov 2011 17:29:09 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_FX X-Spam-Check-By: sourceware.org Received: from mail-ww0-f43.google.com (HELO mail-ww0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Nov 2011 17:28:30 +0000 Received: by wwp14 with SMTP id 14so5791236wwp.12 for ; Tue, 15 Nov 2011 09:28:29 -0800 (PST) Received: by 10.227.203.14 with SMTP id fg14mr10954752wbb.18.1321378109273; Tue, 15 Nov 2011 09:28:29 -0800 (PST) Received: from localhost (rsandifo.gotadsl.co.uk. [82.133.89.107]) by mx.google.com with ESMTPS id e13sm22915154wbh.17.2011.11.15.09.28.27 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Nov 2011 09:28:28 -0800 (PST) From: Richard Sandiford To: "Maciej W. Rozycki" Mail-Followup-To: "Maciej W. Rozycki" ,, , rdsandiford@googlemail.com Cc: , Subject: Re: [PATCH] MIPS/BFD: Fix assertions with SGI IRIX files References: <87vctdl4p1.fsf@firetop.home> Date: Tue, 15 Nov 2011 17:29:00 -0000 In-Reply-To: (Maciej W. Rozycki's message of "Mon, 24 Oct 2011 14:59:01 +0100") Message-ID: <87zkfxuwg5.fsf@firetop.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-11/txt/msg00396.txt.bz2 "Maciej W. Rozycki" writes: > 2011-10-24 Maciej W. Rozycki > > bfd/ > * elfxx-mips.c (_bfd_mips_elf_symbol_processing): Remove > assertions. OK, thanks. Richard