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

[patch fortran/PR43481]


This is a direct port of the fix for this from apple/llvm 4.2.
Credit for reporting it to Andy Nelson..
... and for the fix to "turley"

I wonder if this is wide-ranging enough in the current context - i.e. are there other cases where darwin is getting bitten by use of .space directives where .zerofill would be more appropriate?

Changelog

2010-03-22 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>, "turley"
*gcc/config/darwin.h New macro (ASM_OUTPUT_ZEROFILL) to .zerofill asm directives for un-initialized data.
*gcc/varasm.c. Use ASM_OUTPUT_ZEROFILL fro un-initialized common data




Iain


Attachment: 157594-huge-object-fix-diff.txt
Description: Text document





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