aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2013-01-14 18:07:36 +0900
committerPaul Mundt <lethal@linux-sh.org>2013-01-14 18:07:36 +0900
commit14eae6e9d455a7848a5e45ff193a14925478f6ab (patch)
tree7533099cb37202604dacd6d09c56ba3b51a5c7c2
parentsh: wire up finit_module syscall. (diff)
downloadlinux-dev-14eae6e9d455a7848a5e45ff193a14925478f6ab.tar.xz
linux-dev-14eae6e9d455a7848a5e45ff193a14925478f6ab.zip
sh: Fix up stack debugging build.
Somewhere along the line the ebss label was taken out, resulting in pcrel branch too far errors. Restore the label to get things building again. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--arch/sh/lib/mcount.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/lib/mcount.S b/arch/sh/lib/mcount.S
index 60164e65d665..52aa2011d753 100644
--- a/arch/sh/lib/mcount.S
+++ b/arch/sh/lib/mcount.S
@@ -294,6 +294,8 @@ stack_panic:
.align 2
.L_init_thread_union:
.long init_thread_union
+.L_ebss:
+ .long __bss_stop
.Lpanic:
.long panic
.Lpanic_s: