This is the mail archive of the gcc@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]

Re: egcs-980122: openVMS/Alpha patch 8


  In message <9801281750.AA04581@progis.de>you write:
  > Since common variables are treated as seperate sections in GAS,
  > defining ASM_OUTPUT_ALIGNED_COMMON is usesless. Sections are
  > properly aligned by the linker.
  > 
  > Thu Jan 28 12:52:58 1998  Klaus Kaempf  <kkaempf@progis.de>
  > 
  > 	* alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): remove
I think we still want ASM_OUTPUT_ALIGNED_COMMON -- otherwise the
size of common items will be rounded up to BIGGEST_ALIGNMENT, which
will cause the program to use more data space than its needs.

jeff


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