提交 6bde607e 编写于 作者: T Tim Abbott 提交者: Paul Mundt

sh: Clean up linker script using new BSS_SECTION macro.

Updated to use the fixed BSS linker script macros from this
thread:

	http://www.spinics.net/lists/kernel/msg913238.htmlSigned-off-by: NTim Abbott <tabbott@ksplice.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: linux-sh@vger.kernel.org
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 6e1922bb
......@@ -93,8 +93,7 @@ SECTIONS
. = ALIGN(PAGE_SIZE);
__init_end = .;
BSS(PAGE_SIZE)
. = ALIGN(4);
BSS_SECTION(0, PAGE_SIZE, 4)
_ebss = .; /* uClinux MTD sucks */
_end = . ;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册