aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/arm/unwind-arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/arm/unwind-arch.h')
-rw-r--r--sysdeps/arm/unwind-arch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/arm/unwind-arch.h b/sysdeps/arm/unwind-arch.h
index fcf889b3c7..62f643b221 100644
--- a/sysdeps/arm/unwind-arch.h
+++ b/sysdeps/arm/unwind-arch.h
@@ -32,4 +32,8 @@
assert (local.ptr__Unwind_VRS_Get != NULL); \
PTR_MANGLE (local.ptr__Unwind_VRS_Get);
+/* This is used by the _Unwind_Resume assembler implementation to
+ obtain the address to jump to. */
+void *__unwind_link_get_resume (void) attribute_hidden;
+
#endif /* _ARCH_UNWIND_LINK_H */