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]
Other format: [Raw text]

Re: -fzero-initialized-in-bss


I should have mentioned that the issue persists into 3.4 and in the repository through yesterday. Thanks.

Mike

        .section        ".sbss","aw",@nobits
        .align 2
ptr:
        .zero   4
        .size   ptr, 4
        .type   ptr, @object
...
        .ident  "GCC: (GNU) 3.5.0 20040505 (experimental)"


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