diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2016-02-12 12:17:52 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-02-12 12:17:52 +0100 |
commit | 4fcc8c0786612475d9b4080766486f2ec287e70d (patch) | |
tree | c946d53e1136e27f4536a2cf5616d7d8ebcab918 /COPYING | |
parent | 11c04b0da3684b8922a094dd293773de3214f876 (diff) |
call: Remove initializations to 0 of global variables.
C guarantees initialization to zero for global variables but putting those
variables into the .bss section. An explicit initialization however will
put the variable into the .data section where it will inflate the executable.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions