ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / libgc / backtrace.patch
blob073a850db37e7eab07eb857d88c31de0fdfeca1d
1 --- gc6.7/include/gc.h 2006-02-18 02:03:40.000000000 +0100
2 +++ libgc/include/gc.h 2006-03-13 08:28:47.000000000 +0100
3 @@ -482,6 +482,9 @@
4 # endif
5 #endif
7 +/* uClibc is missing backtrace on wl500g */
8 +#undef GC_HAVE_BUILTIN_BACKTRACE
10 #if defined(GC_HAVE_BUILTIN_BACKTRACE) && !defined(GC_CAN_SAVE_CALL_STACKS)
11 # define GC_CAN_SAVE_CALL_STACKS
12 #endif