This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: RFA: Add support for aligned locals to x86 COFF ports


Nick Clifton wrote:
	* configure.ac (HAVE_GAS_LCOMM_WITH_ALIGNMENT): New assembler
	check.
	* configure: Regenerate.
	* config.in: Regenerate.
	* config/i386/bsd.h (ASM_OUTPUT_ALIGNED_LOCAL): Use .lcomm with an
	alignment field, if it is supported.

Ok, though is there a reason why you can't emit symbols directly in the .bss section when this directive isn't available?


r~



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