Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

score: normalize global variables exported by vmlinux.lds

Generate mandatory global variables _sdata in file vmlinux.lds.

Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Cc: Chen Liqin <liqin.chen@sunplusct.com>
Cc: Lennox Wu <lennox.wu@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Jiang Liu and committed by
Linus Torvalds
ae49b83d 5dd7cd11

+1
+1
arch/score/kernel/vmlinux.lds.S
··· 49 49 } 50 50 51 51 . = ALIGN(16); 52 + _sdata = .; /* Start of data section */ 52 53 RODATA 53 54 54 55 EXCEPTION_TABLE(16)