Re: [Bug gas/1568] New: COFF code section should be read only

2005-10-28 Thread Nick Clifton
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

[Bug gas/1568] New: COFF code section should be read only

2005-10-27 Thread vahur dot sinijarv at cydonia dot ee
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