GAS uses "m" as a compatibility alias for "M" (SHF_MERGE).
"o" is free, except on ia64, where it already means SHF_LINK_ORDER.
Paths
| Differential D31554
Change section flag character for SHF_LINK_ORDER to "o" ClosedPublic Authored by eugenis on Mar 31 2017, 4:13 PM.
Details
Diff Detail
Event TimelineComment Actions Looks reasonable, but Rafael should take a look as well. Please also update docs/Extensions.rst. I know that you are working on adding this feature to GNU as, but we should probably keep the extension docs up to date until that change lands. This revision is now accepted and ready to land.Apr 3 2017, 10:35 AM
Revision Contents
Diff 93724 lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCSectionELF.cpp
test/CodeGen/X86/elf-associated.ll
test/MC/ELF/section-metadata-err1.s
test/MC/ELF/section-metadata-err2.s
test/MC/ELF/section-metadata-err3.s
test/MC/ELF/section-metadata-err4.s
test/MC/ELF/section.s
|