This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Fix SHF_LINK_ORDER and SHT_IA_64_UNWIND handling


The current linker/assembler don't handle SHF_LINK_ORDER right. Linker
never tries to preserve it at all. IA64 uses section name for
SHT_IA_64_UNWIND, which has SHF_LINK_ORDER. It doesn't work with
multiple text sections with the same same.

This patch tries to fix those bugs. I only fixed the ia64 assembler.
Someone should check other assemblers which use SHF_LINK_ORDER.



H.J.

Attachment: binutils-link-order-1.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]