Skip to content

Commit

Permalink
sh: Fix up stack debugging build.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pmundt committed Jan 14, 2013
1 parent a246f58 commit 14eae6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/sh/lib/mcount.S
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 14eae6e

Please sign in to comment.