mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
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>
This commit is contained in:
parent
74f077d2a7
commit
473e162eea
@ -52,6 +52,7 @@ SECTIONS
|
||||
|
||||
EXCEPTION_TABLE(4)
|
||||
|
||||
_sdata = .;
|
||||
RODATA
|
||||
|
||||
. = ALIGN (4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user