From: Jiang Liu Date: Wed, 3 Jul 2013 22:03:37 +0000 (-0700) Subject: score: normalize global variables exported by vmlinux.lds X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=768e0e49fbd424c2d9452f417f48cc4f0d4c50f2;p=linux-edison.git score: normalize global variables exported by vmlinux.lds commit ae49b83dcacfb69e22092cab688c415c2f2d870c upstream. 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 Signed-off-by: Linus Torvalds Cc: Guenter Roeck Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/score/kernel/vmlinux.lds.S b/arch/score/kernel/vmlinux.lds.S index eebcbaa4e97..7274b5c4287 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)