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: Accept 'o' and "unwind" in section directive


Intel ia64 assembler uses

	section .IA_64.unwind, "ao", "unwind"

where 'o' is for SHF_LINK_ORDER and "unwind" for SHT_IA_64_UNWIND. This
patch makes gas to take them. I could add a generic flag for
SHF_LINK_ORDER. But I am not sure which one to use. Readelf displays
a 'L' for SHF_LINK_ORDER. 'l' seems more logical. But 'o' is used on
ia64. I guess 'l' may be ok. I can send in a patch if it is desired.


H.J.

Attachment: gas-ia64-unwind.patch
Description: Text document


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