commit | 7471f46d74e0e2a668f4bc085ef486b1079b3466 | [log] [tgz] |
---|---|---|
author | Eric Miao <eric.y.miao@gmail.com> | Mon Mar 22 09:39:58 2010 +0800 |
committer | Eric Miao <eric.y.miao@gmail.com> | Mon Mar 22 12:03:05 2010 +0800 |
tree | 3131bf56095c801ab97fe227e19645dc7f77d5ec | |
parent | 2a8ac187e03027a958b289dd8701ca9c013ab096 [diff] |
[ARM] mmp: fix for variables in uncompress.h being discarded Due to commit: 5de813b ARM: Eliminate decompressor -Dstatic= PIC hack The data section will be discarded for the decompressor, thus move the static variables into BSS section by initializing them at run time. Reported-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>