projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a246f58
)
sh: Fix up stack debugging build.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 14 Jan 2013 09:07:36 +0000
(18:07 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 14 Jan 2013 09:07:36 +0000
(18:07 +0900)
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>
arch/sh/lib/mcount.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/lib/mcount.S
b/arch/sh/lib/mcount.S
index 60164e65d66551c4375121e984fd0ea28a9525fa..52aa2011d7537daa0b502d1891df4ee0184079fe 100644
(file)
--- a/
arch/sh/lib/mcount.S
+++ b/
arch/sh/lib/mcount.S
@@
-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: