* pre-crt0.c (data_start): Initialize to 1.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Feb 2013 18:33:42 +0000 (10:33 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Feb 2013 18:33:42 +0000 (10:33 -0800)
commit4458c2551b1a0bd89e5c299b009516e17f255c28
tree946043e6558b8017430849f58cbef3b714cbe069
parent65e7ca35a69003788134f8c961f561fe6f7a9720
* pre-crt0.c (data_start): Initialize to 1.

This ports to compilers that optimize the external declaration
'int x = 0;' as if it were 'int x;' to shrink the executable.
src/ChangeLog
src/pre-crt0.c