summaryrefslogtreecommitdiff
path: root/patches/gcc/4.4.4/310-missing-execinfo_h.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-05-18 20:58:49 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-05-18 20:58:49 (GMT)
commit255ff964256cd10050bc34f7a87cc06f3a11ca9b (patch)
treec6c2139cee5b1bc4cb2ddf9adac471746a18244c /patches/gcc/4.4.4/310-missing-execinfo_h.patch
parent28c451abe0975805455f88738ab505a8e85e480c (diff)
Revert changeset d341be24dc68
Arnaud LACOMBE rightly pointed out that this was done on the wrong branch.
Diffstat (limited to 'patches/gcc/4.4.4/310-missing-execinfo_h.patch')
-rw-r--r--patches/gcc/4.4.4/310-missing-execinfo_h.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/patches/gcc/4.4.4/310-missing-execinfo_h.patch b/patches/gcc/4.4.4/310-missing-execinfo_h.patch
deleted file mode 100644
index 0136492..0000000
--- a/patches/gcc/4.4.4/310-missing-execinfo_h.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -durN gcc-4.4.0.orig/boehm-gc/include/gc.h gcc-4.4.0/boehm-gc/include/gc.h
-
-diff -durN gcc-4.4.4.orig/boehm-gc/include/gc.h gcc-4.4.4/boehm-gc/include/gc.h
---- gcc-4.4.4.orig/boehm-gc/include/gc.h 2007-04-23 23:10:09.000000000 +0200
-+++ gcc-4.4.4/boehm-gc/include/gc.h 2010-05-16 19:36:48.000000000 +0200
-@@ -503,7 +503,7 @@
- #if defined(__linux__) || defined(__GLIBC__)
- # include <features.h>
- # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
-- && !defined(__ia64__)
-+ && !defined(__ia64__) && !defined(__UCLIBC__)
- # ifndef GC_HAVE_BUILTIN_BACKTRACE
- # define GC_HAVE_BUILTIN_BACKTRACE
- # endif