提交 84b80856 编写于 作者: M Minkyu Kang 提交者: Albert ARIBAUD

SMDK6400: fix the compiler error

This patch adds _end for fix following compiler error

arch/arm/cpu/arm1176/start.o: In function `_end_ofs':
arch/arm/cpu/arm1176/start.S:61: undefined reference to `_end'
Signed-off-by: NMinkyu Kang <mk7.kang@samsung.com>
上级 43f13e4a
...@@ -67,6 +67,8 @@ SECTIONS ...@@ -67,6 +67,8 @@ SECTIONS
*(.dynsym) *(.dynsym)
} }
_end = .;
.bss __rel_dyn_start (OVERLAY) : { .bss __rel_dyn_start (OVERLAY) : {
__bss_start = .; __bss_start = .;
*(.bss) *(.bss)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册