From: Jiang Liu Date: Wed, 19 Jun 2013 00:06:23 +0000 (+1000) Subject: score: normalize global variables exported by vmlinux.lds X-Git-Tag: next-20130619~2^2~458 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c26a9a4f1cf47c8762231ffd5385551dd4898a66;p=karo-tx-linux.git score: normalize global variables exported by vmlinux.lds Generate mandatory global variables _sdata in file vmlinux.lds. Signed-off-by: Jiang Liu Cc: Chen Liqin Cc: Lennox Wu Signed-off-by: Andrew Morton --- diff --git a/arch/score/kernel/vmlinux.lds.S b/arch/score/kernel/vmlinux.lds.S index eebcbaa4e978..7274b5c4287e 100644 --- a/arch/score/kernel/vmlinux.lds.S +++ b/arch/score/kernel/vmlinux.lds.S @@ -49,6 +49,7 @@ SECTIONS } . = ALIGN(16); + _sdata = .; /* Start of data section */ RODATA EXCEPTION_TABLE(16)