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

[Bug target/33120] Data not put in BSS section on Mac OS



------- Comment #10 from mrs at gcc dot gnu dot org  2010-03-23 20:03 -------
Subject: Bug 33120

Author: mrs
Date: Tue Mar 23 20:02:57 2010
New Revision: 157677

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157677
Log:
        PR target/33120
        * config/darwin.h (ASM_OUTPUT_ALIGNED_BSS): Add.
        * config/darwin.c (darwin_output_aligned_bss): Add.
        * config/darwin-protos.h: Add darwin_output_aligned_bss.

testsuite:
        * g++.dg/ext/instantiate2.C: Update for .zerofill as it doesn't
        follow the usual conventions for symbol definitions.
        * gcc.target/i386/darwin-zerofill.c: Add.

Added:
    trunk/gcc/testsuite/gcc.target/i386/darwin-zerofill.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/darwin-protos.h
    trunk/gcc/config/darwin.c
    trunk/gcc/config/darwin.h
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/ext/instantiate2.C


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33120


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