diff options
author | Paul Mundt <lethal@linux-sh.org> | 2013-01-14 04:07:36 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2013-01-14 04:07:36 -0500 |
commit | 14eae6e9d455a7848a5e45ff193a14925478f6ab (patch) | |
tree | 7533099cb37202604dacd6d09c56ba3b51a5c7c2 /arch/sh/lib/mcount.S | |
parent | a246f581fceb2d6c83a74364f4a4c6263e6cdfe4 (diff) |
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>
Diffstat (limited to 'arch/sh/lib/mcount.S')
-rw-r--r-- | arch/sh/lib/mcount.S | 2 |
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: | |||
294 | .align 2 | 294 | .align 2 |
295 | .L_init_thread_union: | 295 | .L_init_thread_union: |
296 | .long init_thread_union | 296 | .long init_thread_union |
297 | .L_ebss: | ||
298 | .long __bss_stop | ||
297 | .Lpanic: | 299 | .Lpanic: |
298 | .long panic | 300 | .long panic |
299 | .Lpanic_s: | 301 | .Lpanic_s: |