f@3052: Upstream-Status: Backport f@3052: f@3052: Signed-off-by: Khem Raj f@3052: f@3052: From c57a67e03368687fc0d2ae8354cd1b347a61ea44 Mon Sep 17 00:00:00 2001 f@3052: From: Joseph Myers f@3052: Date: Thu, 5 Jul 2012 22:16:03 +0000 f@3052: Subject: [PATCH] Add ARM-specific static-stubs.c. f@3052: f@3052: --- f@3052: ports/ChangeLog.arm | 4 ++++ f@3052: ports/sysdeps/arm/static-stubs.c | 7 +++++++ f@3052: 2 files changed, 11 insertions(+) f@3052: create mode 100644 ports/sysdeps/arm/static-stubs.c f@3052: f@3052: Index: a/ports/sysdeps/arm/static-stubs.c f@3052: =================================================================== f@3052: --- /dev/null 1970-01-01 00:00:00.000000000 +0000 f@3052: +++ b/ports/sysdeps/arm/static-stubs.c 2012-08-15 15:04:59.687669241 -0700 f@3052: @@ -0,0 +1,7 @@ f@3052: +/* When building with GCC with static-only libgcc, the dummy f@3052: + _Unwind_Resume from static-stubs.c needs to be used together with f@3052: + the dummy __aeabi_unwind_cpp_pr* from aeabi_unwind_cpp_pr1.c f@3052: + instead of the copies from libgcc. */ f@3052: + f@3052: +#include f@3052: +#include