summaryrefslogtreecommitdiff
path: root/sysdeps/arm/pt-arm-unwind-resume.S
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-01-05 14:01:49 -0800
committerRoland McGrath <roland@hack.frob.com>2015-01-05 15:42:16 -0800
commit46abb64d6287d09100b147d062f6810066389b7e (patch)
tree9102447cb3ce0baaf29cb4041d8bb915f1185225 /sysdeps/arm/pt-arm-unwind-resume.S
parent61695fb2bab724ed69057c3eff03253708f96517 (diff)
ARM: Consolidate with generic unwinder wrapper code
Diffstat (limited to 'sysdeps/arm/pt-arm-unwind-resume.S')
-rw-r--r--sysdeps/arm/pt-arm-unwind-resume.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/arm/pt-arm-unwind-resume.S b/sysdeps/arm/pt-arm-unwind-resume.S
new file mode 100644
index 0000000000..7cb555c02b
--- /dev/null
+++ b/sysdeps/arm/pt-arm-unwind-resume.S
@@ -0,0 +1,2 @@
+#define __libgcc_s_init pthread_cancel_init
+#include <arm-unwind-resume.S>