Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14eae6e9 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent a246f581
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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: