|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] mkelf32: Correct sh_link
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" <Christoph.Egger@xxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|