summaryrefslogtreecommitdiff
path: root/arch/arm/lib/call_with_stack.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/lib/call_with_stack.S')
-rw-r--r--arch/arm/lib/call_with_stack.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/lib/call_with_stack.S b/arch/arm/lib/call_with_stack.S
index 0a268a6c513c..5030d4e8d126 100644
--- a/arch/arm/lib/call_with_stack.S
+++ b/arch/arm/lib/call_with_stack.S
@@ -46,4 +46,6 @@ UNWIND( .setfp fpreg, sp )
pop {fpreg, pc}
UNWIND( .fnend )
#endif
+ .globl call_with_stack_end
+call_with_stack_end:
ENDPROC(call_with_stack)