From: Jiang Liu Date: Fri, 7 Jun 2013 00:08:04 +0000 (+1000) Subject: score: normalize global variables exported by vmlinux.lds X-Git-Tag: next-20130607~2^2~368 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=292044c955898a02f8c60c211ccbfcc1b1399c5b;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)