Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2
+2
arch/sh/lib/mcount.S
··· 294 294 .align 2 295 295 .L_init_thread_union: 296 296 .long init_thread_union 297 + .L_ebss: 298 + .long __bss_stop 297 299 .Lpanic: 298 300 .long panic 299 301 .Lpanic_s: