Forráskód Böngészése

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>
Paul Mundt 13 éve
szülő
commit
14eae6e9d4
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      arch/sh/lib/mcount.S

+ 2 - 0
arch/sh/lib/mcount.S

@@ -294,6 +294,8 @@ stack_panic:
 	.align 2
 	.align 2
 .L_init_thread_union:
 .L_init_thread_union:
 	.long	init_thread_union
 	.long	init_thread_union
+.L_ebss:
+	.long	__bss_stop
 .Lpanic:
 .Lpanic:
 	.long	panic
 	.long	panic
 .Lpanic_s:
 .Lpanic_s: