This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Incomplete 64K section support
- From: "H. J. Lu" <hjl at lucon dot org>
- To: Alan Modra <amodra at bigpond dot net dot au>
- Cc: binutils at sources dot redhat dot com
- Date: Thu, 25 Mar 2004 13:24:07 -0800
- Subject: Incomplete 64K section support
Hi Alan,
64K section support is incomplete. The basically problem is index
in ELF file != index in internal BFD representation. We have to adjust
them for 64K when assigning one from the other. We missed a few places.
For example, bfd_section_from_elf_index doesn't adjust for 64K. We have
to make sure all st_shndx and sh_link handlings support 64K section
correctly.
H.J.