dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Paul Mundt 2013-01-14 18:07:36 +09:00
parent a246f581fc
commit 14eae6e9d4
1 changed files with 2 additions and 0 deletions

View File

@ -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: