aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/kernel
diff options
context:
space:
mode:
authorJesper Nilsson <jesper.nilsson@axis.com>2011-10-24 11:19:25 +0200
committerJesper Nilsson <jespern@axis.com>2012-04-03 13:26:33 +0200
commit473e162eea465e60578edb93341752e7f1c1dacc (patch)
tree7a42a7724f11a3ed266cb643f7793983a2977563 /arch/cris/kernel
parentcris: posix_types.h, include asm-generic/posix_types.h (diff)
downloadlinux-dev-473e162eea465e60578edb93341752e7f1c1dacc.tar.xz
linux-dev-473e162eea465e60578edb93341752e7f1c1dacc.zip
CRIS: Add _sdata to vmlinux.lds.S
Fixes link error: LD vmlinux kernel/built-in.o: In function `core_kernel_data': (.text+0x13e44): undefined reference to `_sdata' Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/kernel')
-rw-r--r--arch/cris/kernel/vmlinux.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/kernel/vmlinux.lds.S b/arch/cris/kernel/vmlinux.lds.S
index a6990cb0f098..a68b983dcea1 100644
--- a/arch/cris/kernel/vmlinux.lds.S
+++ b/arch/cris/kernel/vmlinux.lds.S
@@ -52,6 +52,7 @@ SECTIONS
EXCEPTION_TABLE(4)
+ _sdata = .;
RODATA
. = ALIGN (4);