From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31560 invoked by alias); 2 Aug 2012 18:48:40 -0000 Received: (qmail 31537 invoked by uid 22791); 2 Aug 2012 18:48:39 -0000 X-SWARE-Spam-Status: No, hits=-4.0 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 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; Thu, 02 Aug 2012 18:48:26 +0000 Received: by wgbdr1 with SMTP id dr1so6833745wgb.12 for ; Thu, 02 Aug 2012 11:48:24 -0700 (PDT) Received: by 10.180.97.106 with SMTP id dz10mr6865004wib.21.1343933304529; Thu, 02 Aug 2012 11:48:24 -0700 (PDT) Received: from localhost ([2.26.188.227]) by mx.google.com with ESMTPS id j6sm19230531wiy.4.2012.08.02.11.48.22 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 02 Aug 2012 11:48:23 -0700 (PDT) From: Richard Sandiford To: "Maciej W. Rozycki" Mail-Followup-To: "Maciej W. Rozycki" ,, , rdsandiford@googlemail.com Cc: , Subject: Re: [PATCH] MIPS/BFD: Adjust the comment about DT_MIPS_RLD_MAP References: Date: Thu, 02 Aug 2012 18:48:00 -0000 In-Reply-To: (Maciej W. Rozycki's message of "Thu, 2 Aug 2012 17:15:26 +0100") Message-ID: <87a9ydnn95.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/msg00039.txt.bz2 "Maciej W. Rozycki" writes: > It is not true (anymore?) that GDB only looks at the first of DT_DEBUG, > DT_MIPS_RLD_MAP dynamic tags it encounters. Here's an update to the > comment around related code. OK to apply? OK, thanks. Richard