From: henryk@ploetzli.ch Date: Tue, 8 Sep 2009 15:40:22 +0000 (+0000) Subject: Fix data segement. You may now use stuff like int foo = 1; in global context (as... X-Git-Tag: v1.0.0~475 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/1b2c8936326aa0f31912da76dff96a24102a2711?hp=1b2c8936326aa0f31912da76dff96a24102a2711 Fix data segement. You may now use stuff like int foo = 1; in global context (as opposed to both int foo = 0; which is bss and const int foo = 1; which is rodata) without having the sky come crashing down ---