summaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-14 10:28:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-14 14:46:20 +0200
commit249eaf9991ef6d1d6f36223fee5cd3c12803ebdd (patch)
tree1a1751a3b72f0b64f78e8773795a69aeaf756fe8 /LICENSE
parentbsps/sparc: Fix data copy in start procedure (diff)
downloadrtems-249eaf9991ef6d1d6f36223fee5cd3c12803ebdd.tar.bz2
bsps/sparc: Fix BSS initialization
Use __bss_start available via %g2 to clear the BSS section. The usage of _edata resulted in a copy of [_edata, __bss_start) from ROM to RAM and then a clear to zero of this area. Clear now only [__bss_start, _end).
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions