Hi Vahur,
To create object files which are link-compatible with MS Visual C, the "x" flag
in .section directive should also set read only flag in COFF section. Otherwise
MS linker will complain about multiple segments with different attributes and
in fact will not merge such section with other
To create object files which are link-compatible with MS Visual C, the "x" flag
in .section directive should also set read only flag in COFF section. Otherwise
MS linker will complain about multiple segments with different attributes and
in fact will not merge such section with other code sectio