aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-05-30 12:04:24 +0000
committerMike Frysinger <vapier@gentoo.org>2015-05-30 12:04:24 +0000
commit567bbfba720c8471f2c99a1aa73fa781f51ac840 (patch)
tree8e99e16dee9efc4c560037a692c6f2b77c40c5c5
parentfix -pthread/_REENTRANT handling for hppa/nios2/microblaze #543114 by Jeroen ... (diff)
downloadgcc-patches-567bbfba720c8471f2c99a1aa73fa781f51ac840.tar.gz
gcc-patches-567bbfba720c8471f2c99a1aa73fa781f51ac840.tar.bz2
gcc-patches-567bbfba720c8471f2c99a1aa73fa781f51ac840.zip
document upstream patch status
-rw-r--r--4.3.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.3.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.3.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.3.5/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.3.6/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.4.0/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.4.1/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.4.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.4.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.4.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.4.5/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.4.6/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.4.7/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.5.0/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.5.1/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.5.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.5.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.5.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch4
-rw-r--r--4.6.0/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.6.1/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.6.2/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.6.3/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.6.4/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.7.0/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.7.1/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.7.2/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.7.3/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.7.4/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.8.0/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.8.1/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.8.2/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.8.3/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.8.4/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.9.0/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.9.1/gentoo/50_all_libiberty-asprintf.patch6
-rw-r--r--4.9.2/gentoo/50_all_libiberty-asprintf.patch6
36 files changed, 162 insertions, 18 deletions
diff --git a/4.3.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.3.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.3.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.3.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.3.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.3.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.3.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.3.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.3.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.3.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.3.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.3.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.3.5/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.3.5/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.3.5/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.3.5/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.3.6/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.3.6/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.3.6/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.3.6/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.4.0/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.4.0/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.4.0/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.4.0/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.4.1/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.4.1/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.4.1/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.4.1/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.4.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.4.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.4.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.4.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.4.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.4.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.4.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.4.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.4.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.4.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.4.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.4.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.4.5/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.4.5/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.4.5/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.4.5/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.4.6/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.4.6/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.4.6/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.4.6/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.4.7/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.4.7/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.4.7/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.4.7/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.5.0/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.5.0/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.5.0/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.5.0/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.5.1/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.5.1/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.5.1/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.5.1/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.5.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.5.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.5.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.5.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.5.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.5.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.5.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.5.3/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.5.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch b/4.5.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
index 34450b4..3db3e09 100644
--- a/4.5.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
+++ b/4.5.4/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
@@ -1,3 +1,7 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
diff --git a/4.6.0/gentoo/50_all_libiberty-asprintf.patch b/4.6.0/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.6.0/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.6.0/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.6.1/gentoo/50_all_libiberty-asprintf.patch b/4.6.1/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.6.1/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.6.1/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.6.2/gentoo/50_all_libiberty-asprintf.patch b/4.6.2/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.6.2/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.6.2/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.6.3/gentoo/50_all_libiberty-asprintf.patch b/4.6.3/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.6.3/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.6.3/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.6.4/gentoo/50_all_libiberty-asprintf.patch b/4.6.4/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.6.4/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.6.4/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.7.0/gentoo/50_all_libiberty-asprintf.patch b/4.7.0/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.7.0/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.7.0/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.7.1/gentoo/50_all_libiberty-asprintf.patch b/4.7.1/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.7.1/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.7.1/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.7.2/gentoo/50_all_libiberty-asprintf.patch b/4.7.2/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.7.2/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.7.2/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.7.3/gentoo/50_all_libiberty-asprintf.patch b/4.7.3/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.7.3/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.7.3/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.7.4/gentoo/50_all_libiberty-asprintf.patch b/4.7.4/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.7.4/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.7.4/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.8.0/gentoo/50_all_libiberty-asprintf.patch b/4.8.0/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.8.0/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.8.0/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.8.1/gentoo/50_all_libiberty-asprintf.patch b/4.8.1/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.8.1/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.8.1/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.8.2/gentoo/50_all_libiberty-asprintf.patch b/4.8.2/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.8.2/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.8.2/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.8.3/gentoo/50_all_libiberty-asprintf.patch b/4.8.3/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.8.3/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.8.3/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.8.4/gentoo/50_all_libiberty-asprintf.patch b/4.8.4/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.8.4/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.8.4/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.9.0/gentoo/50_all_libiberty-asprintf.patch b/4.9.0/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.9.0/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.9.0/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.9.1/gentoo/50_all_libiberty-asprintf.patch b/4.9.1/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.9.1/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.9.1/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h
diff --git a/4.9.2/gentoo/50_all_libiberty-asprintf.patch b/4.9.2/gentoo/50_all_libiberty-asprintf.patch
index 9ad4a92..dd1e811 100644
--- a/4.9.2/gentoo/50_all_libiberty-asprintf.patch
+++ b/4.9.2/gentoo/50_all_libiberty-asprintf.patch
@@ -1,6 +1,10 @@
+a hacky version of:
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
+https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
+
2008-07-25 Magnus Granberg <zorry@ume.nu>
- * include/libiberty.h (asprintf): Don't declare if defined as a macro
+ * include/libiberty.h (asprintf): Don't declare if defined as a macro
--- a/include/libiberty.h
+++ b/include/libiberty.h