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: [PATCH] Reduce size footprint of empty strings.


On Thu, 25 Feb 2010, Jeff Law wrote:

> I guess this officially ends the practice of allowing one to edit (via adb or
> emacs) the binary's data section to provide a different initializer for these
> objects.  It was something I used to do with regularity "way back when".
> I'm not objecting, just pointing out that something that used to work isn't
> going to anymore.

Use -fno-zero-initialized-in-bss for that - that's been the case for 
several years, this patch just makes the compiler detect one more 
zero-initialized case.

-- 
Joseph S. Myers
joseph@codesourcery.com


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