From 46abb64d6287d09100b147d062f6810066389b7e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 5 Jan 2015 14:01:49 -0800 Subject: ARM: Consolidate with generic unwinder wrapper code --- sysdeps/arm/pt-arm-unwind-resume.S | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sysdeps/arm/pt-arm-unwind-resume.S (limited to 'sysdeps/arm/pt-arm-unwind-resume.S') 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 -- cgit 1.4.1