commit | 1f91bbb58413e0bce9726cd6d12bf4b95c343a7f | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Sep 24 18:11:27 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Sep 24 18:11:27 2007 +0900 |
tree | dd8df9ba558b7b21d3a73fa29ce43a05ac1b0a19 | |
parent | e71cf2b63c861bdcbe13d0a67d5007b5933c61a5 [diff] [blame] |
sh: Define _ebss for uClinux MTD map driver. The uClinux MTD device uses _ebss, add the symbol and corresponding export. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/vmlinux.lds.S b/arch/sh/kernel/vmlinux.lds.S index 9cb95af..84a203b 100644 --- a/arch/sh/kernel/vmlinux.lds.S +++ b/arch/sh/kernel/vmlinux.lds.S
@@ -107,6 +107,7 @@ *(.bss.page_aligned) *(.bss) . = ALIGN(4); + _ebss = .; /* uClinux MTD sucks */ _end = . ; }