bump version
[buildroot.git] / toolchain / gcc / 4.4.1 / 301-missing-execinfo_h.patch
blob121eab0003cfa50a31c57c18d4a30b98ee02427b
1 boehm-gc/ChangeLog:
2 2008-10-07 Bernhard Reutner-Fischer <>
4 * include/gc.h (GC_HAVE_BUILTIN_BACKTRACE): Add check for
5 __UCLIBC_HAS_BACKTRACE__.
7 --- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500
8 +++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500
9 @@ -500,7 +500,7 @@
10 #ifdef __linux__
11 # include <features.h>
12 # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
13 - && !defined(__ia64__)
14 + && !defined(__ia64__) || defined(__UCLIBC_HAS_BACKTRACE__)
15 # ifndef GC_HAVE_BUILTIN_BACKTRACE
16 # define GC_HAVE_BUILTIN_BACKTRACE
17 # endif