patches/eglibc/2_16/002-Add-ARM-specific-static-stubs.c.patch
changeset 3058 2800ef0ff450
parent 3057 b60b008ab49c
child 3059 1e5fe55974bc
     1.1 --- a/patches/eglibc/2_16/002-Add-ARM-specific-static-stubs.c.patch	Fri Sep 21 16:38:18 2012 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,27 +0,0 @@
     1.4 -Upstream-Status: Backport
     1.5 -
     1.6 -Signed-off-by: Khem Raj <raj.khem@gmail.com>
     1.7 -
     1.8 -From c57a67e03368687fc0d2ae8354cd1b347a61ea44 Mon Sep 17 00:00:00 2001
     1.9 -From: Joseph Myers <joseph@codesourcery.com>
    1.10 -Date: Thu, 5 Jul 2012 22:16:03 +0000
    1.11 -Subject: [PATCH] Add ARM-specific static-stubs.c.
    1.12 -
    1.13 ----
    1.14 - ports/ChangeLog.arm              |    4 ++++
    1.15 - ports/sysdeps/arm/static-stubs.c |    7 +++++++
    1.16 - 2 files changed, 11 insertions(+)
    1.17 - create mode 100644 ports/sysdeps/arm/static-stubs.c
    1.18 -
    1.19 -Index: a/ports/sysdeps/arm/static-stubs.c
    1.20 -===================================================================
    1.21 ---- /dev/null	1970-01-01 00:00:00.000000000 +0000
    1.22 -+++ b/ports/sysdeps/arm/static-stubs.c	2012-08-15 15:04:59.687669241 -0700
    1.23 -@@ -0,0 +1,7 @@
    1.24 -+/* When building with GCC with static-only libgcc, the dummy
    1.25 -+   _Unwind_Resume from static-stubs.c needs to be used together with
    1.26 -+   the dummy __aeabi_unwind_cpp_pr* from aeabi_unwind_cpp_pr1.c
    1.27 -+   instead of the copies from libgcc.  */
    1.28 -+
    1.29 -+#include <elf/static-stubs.c>
    1.30 -+#include <aeabi_unwind_cpp_pr1.c>