From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26687 invoked by alias); 13 Aug 2012 18:11:29 -0000 Received: (qmail 26675 invoked by uid 22791); 13 Aug 2012 18:11:28 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_FX X-Spam-Check-By: sourceware.org Received: from mail-wg0-f43.google.com (HELO mail-wg0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Aug 2012 18:11:15 +0000 Received: by wgbdr1 with SMTP id dr1so3088880wgb.12 for ; Mon, 13 Aug 2012 11:11:14 -0700 (PDT) Received: by 10.216.44.3 with SMTP id m3mr673367web.129.1344881473781; Mon, 13 Aug 2012 11:11:13 -0700 (PDT) Received: from localhost ([2.26.188.227]) by mx.google.com with ESMTPS id cu1sm17688918wib.6.2012.08.13.11.11.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 13 Aug 2012 11:11:12 -0700 (PDT) From: Richard Sandiford To: "Maciej W. Rozycki" Mail-Followup-To: "Maciej W. Rozycki" ,, rdsandiford@googlemail.com Cc: Subject: Re: [PATCH 2/3] MIPS/BFD: Correct IRIX 6 DT_MIPS_OPTIONS processing References: <87mx20t0h9.fsf@talisman.home> Date: Mon, 13 Aug 2012 19:44:00 -0000 In-Reply-To: (Maciej W. Rozycki's message of "Mon, 13 Aug 2012 14:24:09 +0100") Message-ID: <87d32uwtkr.fsf@talisman.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) 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: 2012-08/txt/msg00237.txt.bz2 "Maciej W. Rozycki" writes: > 2012-08-13 Maciej W. Rozycki > > bfd/ > * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Look up > the options section in the output rather than input BFD to > decide if to add a DT_MIPS_OPTIONS tag. OK, thanks. Richard