From: Paul Mundt Date: Mon, 14 Jan 2013 09:07:36 +0000 (+0900) Subject: sh: Fix up stack debugging build. X-Git-Tag: v3.8-rc4~12^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14eae6e9d455a7848a5e45ff193a14925478f6ab;p=platform%2Fkernel%2Flinux-stable.git 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 --- diff --git a/arch/sh/lib/mcount.S b/arch/sh/lib/mcount.S index 60164e6..52aa201 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: