diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-06-22 14:03:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-22 14:03:05 +0000 |
commit | f44cb0b414629e08558ded88877aa731150e468a (patch) | |
tree | eca3f851abccb08393348aba732147d9d7e158f8 | |
parent | initial 5.4.0 patchset based on last 5.3.0 patchset (diff) | |
download | gentoo-f44cb0b414629e08558ded88877aa731150e468a.tar.gz gentoo-f44cb0b414629e08558ded88877aa731150e468a.tar.bz2 gentoo-f44cb0b414629e08558ded88877aa731150e468a.zip |
document boehm-gc uclibc/execinfo.h patches
53 files changed, 410 insertions, 102 deletions
diff --git a/src/patchsets/gcc/4.0.3/uclibc/92_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.0.3/uclibc/92_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.0.3/uclibc/92_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.0.3/uclibc/92_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.0.4/uclibc/92_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.0.4/uclibc/92_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.0.4/uclibc/92_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.0.4/uclibc/92_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.1.0/uclibc/92_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.1.0/uclibc/92_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.1.0/uclibc/92_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.1.0/uclibc/92_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.1.1/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.1.1/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.1.1/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.1.1/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.1.2/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.1.2/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.1.2/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.1.2/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.2.0/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.2.0/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.2.0/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.2.0/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.2.2/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.2.2/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.2.2/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.2.2/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.2.3/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.2.3/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.2.3/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.2.3/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.2.4/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.2.4/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.2.4/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.2.4/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.3.0/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.3.0/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.3.0/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.3.0/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.3.1/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.3.1/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.3.1/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.3.1/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.3.2/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.3.2/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.3.2/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.3.2/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.3.3/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.3.3/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.3.3/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.3.3/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.3.4/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.3.4/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.3.4/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.3.4/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.3.5/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.3.5/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.3.5/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.3.5/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.3.6/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.3.6/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.3.6/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.3.6/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.4.0/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.4.0/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.4.0/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.4.0/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.4.1/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.4.1/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.4.1/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.4.1/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.4.2/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.4.2/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.4.2/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.4.2/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.4.3/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.4.3/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.4.3/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.4.3/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.4.4/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.4.4/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.4.4/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.4.4/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.4.5/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.4.5/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.4.5/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.4.5/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.4.6/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.4.6/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.4.6/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.4.6/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.4.7/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.4.7/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.4.7/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.4.7/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.5.0/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.5.0/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.5.0/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.5.0/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.5.1/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.5.1/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.5.1/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.5.1/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.5.2/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.5.2/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.5.2/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.5.2/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.5.3/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.5.3/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.5.3/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.5.3/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.5.4/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.5.4/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.5.4/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.5.4/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.6.0/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.6.0/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.6.0/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.6.0/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.6.1/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.6.1/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.6.1/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.6.1/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.6.2/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.6.2/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.6.2/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.6.2/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.6.3/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.6.3/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.6.3/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.6.3/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.6.4/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.6.4/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.6.4/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.6.4/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.7.0/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.7.0/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.7.0/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.7.0/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.7.1/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.7.1/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.7.1/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.7.1/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.7.2/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.7.2/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.7.2/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.7.2/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.7.3/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.7.3/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.7.3/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.7.3/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.7.4/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.7.4/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.7.4/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.7.4/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.8.0/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.8.0/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.8.0/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.8.0/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.8.1/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.8.1/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.8.1/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.8.1/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.8.2/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.8.2/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.8.2/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.8.2/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.8.3/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.8.3/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.8.3/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.8.3/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.8.4/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.8.4/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.8.4/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.8.4/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.8.5/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.8.5/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.8.5/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.8.5/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.9.0/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.9.0/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.9.0/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.9.0/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.9.1/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.9.1/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.9.1/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.9.1/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.9.2/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.9.2/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.9.2/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.9.2/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/4.9.3/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/4.9.3/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/4.9.3/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/4.9.3/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/5.1.0/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/5.1.0/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/5.1.0/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/5.1.0/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/5.2.0/uclibc/90_all_301-missing-execinfo_h.patch b/src/patchsets/gcc/5.2.0/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f3fb..13ed51a966 100644 --- a/src/patchsets/gcc/5.2.0/uclibc/90_all_301-missing-execinfo_h.patch +++ b/src/patchsets/gcc/5.2.0/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> diff --git a/src/patchsets/gcc/5.3.0/gentoo/24_all_boehm-gc-execinfo.patch b/src/patchsets/gcc/5.3.0/gentoo/24_all_boehm-gc-execinfo.patch index d4a2db3a74..773432be88 100644 --- a/src/patchsets/gcc/5.3.0/gentoo/24_all_boehm-gc-execinfo.patch +++ b/src/patchsets/gcc/5.3.0/gentoo/24_all_boehm-gc-execinfo.patch @@ -1,3 +1,4 @@ +https://github.com/ivmai/bdwgc/pull/123 https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01839.html From f95967708d08acdeabc0265baeaa1e9005c4bb7b Mon Sep 17 00:00:00 2001 diff --git a/src/patchsets/gcc/5.4.0/gentoo/24_all_boehm-gc-execinfo.patch b/src/patchsets/gcc/5.4.0/gentoo/24_all_boehm-gc-execinfo.patch index d4a2db3a74..773432be88 100644 --- a/src/patchsets/gcc/5.4.0/gentoo/24_all_boehm-gc-execinfo.patch +++ b/src/patchsets/gcc/5.4.0/gentoo/24_all_boehm-gc-execinfo.patch @@ -1,3 +1,4 @@ +https://github.com/ivmai/bdwgc/pull/123 https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01839.html From f95967708d08acdeabc0265baeaa1e9005c4bb7b Mon Sep 17 00:00:00 2001 |