diff options
author | Jiang Liu <liuj97@gmail.com> | 2013-07-03 15:03:37 -0700 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2014-08-06 18:07:41 +0100 |
commit | 1280d20457d89a4254842592dc5d53af30055a20 (patch) | |
tree | 993de87b67c938a99e89943b6e62e4a6678818c5 /arch/score | |
parent | 1df72e0db666f088e5077ab44c998624a97ab361 (diff) | |
download | linux-stable-1280d20457d89a4254842592dc5d53af30055a20.tar.gz linux-stable-1280d20457d89a4254842592dc5d53af30055a20.tar.bz2 linux-stable-1280d20457d89a4254842592dc5d53af30055a20.zip |
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 <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>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'arch/score')
-rw-r--r-- | arch/score/kernel/vmlinux.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
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) |