[llvm-commits] "Zeros in bss" patch for llvm-gcc

Anton Korobeynikov asl at math.spbu.ru
Wed Jan 17 02:49:07 PST 2007


Hello, Everyone.

Now some codegens by default emit zero-initialized data to .bss section.
However, sometimes it's really necessary not to do so. This patch will
add handling of "-fno-zero-initialized-in-bss" llvm-gcc' option. It's
necessary to compile crt*.o properly.

PS: Also some fix some small typo. :)
-- 
With best regards, Anton Korobeynikov.

Faculty of Mathematics & Mechanics, Saint Petersburg State University.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-gcc-bss.diff
Type: text/x-patch
Size: 954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070117/4e986cd8/attachment.bin>


More information about the llvm-commits mailing list