summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2016-02-12 12:17:52 +0100
committerRalf Baechle <ralf@linux-mips.org>2016-02-12 12:17:52 +0100
commit4fcc8c0786612475d9b4080766486f2ec287e70d (patch)
treec946d53e1136e27f4536a2cf5616d7d8ebcab918 /AUTHORS
parent11c04b0da3684b8922a094dd293773de3214f876 (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 'AUTHORS')
0 files changed, 0 insertions, 0 deletions