From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] mkelf32: Correct sh_link Date: Wed, 03 Jan 2007 13:57:07 +0000 Message-ID: References: <200701031030.54551.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200701031030.54551.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org SHT_PROGBITS sections do not use the sh_link field. It's used by symbol-table sections, relocation-entry sections, and suchlike, of which we don't have any. And .shstrtab section is never linked to. -- Keir On 3/1/07 09:30, "Christoph Egger" wrote: > > Hi! > > According to the ELF Spec, sh_link points to the String table. > The attached patch fixes this. > > Christoph > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel