aboutsummaryrefslogtreecommitdiff
path: root/patches/gcc/5.2.0/102-unwind-fix-for-musl.patch
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-10 20:35:14 -0800
committerBryan Hundven <bryanhundven@gmail.com>2015-11-12 21:44:44 -0800
commit5e16edbea89280561952def323c82af7d1911cfb (patch)
tree455398fbdf4aaa8fe9b9c03e1cceefd50976d579 /patches/gcc/5.2.0/102-unwind-fix-for-musl.patch
parent972c03d7f1f39fa6161ba83a90d2b347acf9b352 (diff)
downloadcrosstool-ng-5e16edbea89280561952def323c82af7d1911cfb.tar.gz
crosstool-ng-5e16edbea89280561952def323c82af7d1911cfb.tar.bz2
crosstool-ng-5e16edbea89280561952def323c82af7d1911cfb.zip
gcc: Sync patches with buildroot
This commit sync gcc patches with buildroot. I found this useful for fixing a few uClibc related issues. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'patches/gcc/5.2.0/102-unwind-fix-for-musl.patch')
-rw-r--r--patches/gcc/5.2.0/102-unwind-fix-for-musl.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/patches/gcc/5.2.0/102-unwind-fix-for-musl.patch b/patches/gcc/5.2.0/102-unwind-fix-for-musl.patch
deleted file mode 100644
index 6db0e6f0..00000000
--- a/patches/gcc/5.2.0/102-unwind-fix-for-musl.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From: ktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
-Date: Wed, 22 Apr 2015 14:20:01 +0000 (+0000)
-Subject: unwind fix for musl
-X-Git-Url: https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff_plain;h=a2e31d0681d8a47389b8a3552622fbd9827bcef4
-
-unwind fix for musl
-
-On behalf of szabolcs.nagy@arm.com
-
-2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
- Szabolcs Nagy <szabolcs.nagy@arm.com>
-
- * unwind-dw2-fde-dip.c (USE_PT_GNU_EH_FRAME): Define it on
- Linux if target provides dl_iterate_phdr.
-
-
-git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222328 138bc75d-0d04-0410-961f-82ee72b054a4
----
-
-diff --git a/libgcc/unwind-dw2-fde-dip.c b/libgcc/unwind-dw2-fde-dip.c
-index e1e566b..137dced 100644
---- a/libgcc/unwind-dw2-fde-dip.c
-+++ b/libgcc/unwind-dw2-fde-dip.c
-@@ -59,6 +59,12 @@
-
- #if !defined(inhibit_libc) && defined(HAVE_LD_EH_FRAME_HDR) \
- && defined(TARGET_DL_ITERATE_PHDR) \
-+ && defined(__linux__)
-+# define USE_PT_GNU_EH_FRAME
-+#endif
-+
-+#if !defined(inhibit_libc) && defined(HAVE_LD_EH_FRAME_HDR) \
-+ && defined(TARGET_DL_ITERATE_PHDR) \
- && (defined(__DragonFly__) || defined(__FreeBSD__))
- # define ElfW __ElfN
- # define USE_PT_GNU_EH_FRAME