From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6277 invoked by alias); 30 Apr 2004 07:29:35 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 6268 invoked from network); 30 Apr 2004 07:29:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 30 Apr 2004 07:29:34 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3U7TXKG013699 for ; Fri, 30 Apr 2004 03:29:33 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3U7TWv29955; Fri, 30 Apr 2004 03:29:33 -0400 Received: from redhat.com (vpnuser3.surrey.redhat.com [172.16.9.3]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id i3U7TVAd028970; Fri, 30 Apr 2004 08:29:31 +0100 Message-ID: <40920136.7010906@redhat.com> Date: Fri, 30 Apr 2004 07:48:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 0.5 (X11/20040208) MIME-Version: 1.0 To: "H. J. Lu" CC: binutils@sources.redhat.com Subject: Re: PATCH: Use %3lu to display sh_info in readelf References: <20040430001533.GA28069@lucon.org> In-Reply-To: <20040430001533.GA28069@lucon.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00791.txt.bz2 Hi H. J. >The sh_info field holds the section header index, which is displayed in >decimal. > I assume that you mean "is displayed in some places as decimal and in others as hexadecimal" ? > This patch changes sh_info to match it so that it is easier >to tell which section the sh_info field refers to. > > This is approved - please apply. Cheers Nick