aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gcc/pt_gnu_eh_frame.patch
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-08-05 15:12:15 +0000
committerMichael Mason <ms13sp@gmail.com>2009-08-05 15:12:15 +0000
commitb246cedc29b2ea4ba7e0fa83fa35c5f90459669e (patch)
tree34b855bd78db848529daddf50029dad0f65bf273 /testing/gcc/pt_gnu_eh_frame.patch
parent4735e4a534393751ec8ab0a508f12e793aebff6a (diff)
parentaf3ef82a15ac611eeea4beec92050f80839f4e5e (diff)
downloadaports-b246cedc29b2ea4ba7e0fa83fa35c5f90459669e.tar.bz2
aports-b246cedc29b2ea4ba7e0fa83fa35c5f90459669e.tar.xz
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'testing/gcc/pt_gnu_eh_frame.patch')
-rw-r--r--testing/gcc/pt_gnu_eh_frame.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/gcc/pt_gnu_eh_frame.patch b/testing/gcc/pt_gnu_eh_frame.patch
deleted file mode 100644
index 3e029104aa..0000000000
--- a/testing/gcc/pt_gnu_eh_frame.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc-4.3.2/gcc/crtstuff.c.orig Mon Nov 17 16:02:38 2008
-+++ gcc-4.3.2/gcc/crtstuff.c Mon Nov 17 16:02:52 2008
-@@ -94,8 +94,7 @@
- #include <link.h>
- /* uClibc pretends to be glibc 2.2 and DT_CONFIG is defined in its link.h.
- But it doesn't use PT_GNU_EH_FRAME ELF segment currently. */
--# if !defined(__UCLIBC__) \
-- && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 2) \
-+# if (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 2) \
- || (__GLIBC__ == 2 && __GLIBC_MINOR__ == 2 && defined(DT_CONFIG)))
- # define USE_PT_GNU_EH_FRAME
- # endif