aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '5.2.0/gentoo')
-rw-r--r--5.2.0/gentoo/74_all_gcc5_isl-dl.patch6
-rw-r--r--5.2.0/gentoo/README.history3
2 files changed, 8 insertions, 1 deletions
diff --git a/5.2.0/gentoo/74_all_gcc5_isl-dl.patch b/5.2.0/gentoo/74_all_gcc5_isl-dl.patch
index 42bc890..899506d 100644
--- a/5.2.0/gentoo/74_all_gcc5_isl-dl.patch
+++ b/5.2.0/gentoo/74_all_gcc5_isl-dl.patch
@@ -64,7 +64,7 @@ https://bugs.gentoo.org/552278
--- gcc/graphite-poly.h.jj 2012-12-13 11:31:27.000000000 +0100
+++ gcc/graphite-poly.h 2012-12-14 13:41:41.970800726 +0100
-@@ -22,6 +22,489 @@ along with GCC; see the file COPYING3.
+@@ -22,6 +22,493 @@ along with GCC; see the file COPYING3.
#ifndef GCC_GRAPHITE_POLY_H
#define GCC_GRAPHITE_POLY_H
@@ -167,6 +167,7 @@ https://bugs.gentoo.org/552278
+ DYNSYM (isl_pw_aff_eq_set); \
+ DYNSYM (isl_pw_aff_free); \
+ DYNSYM (isl_pw_aff_from_aff); \
++ DYNSYM (isl_pw_aff_get_ctx); \
+ DYNSYM (isl_pw_aff_ge_set); \
+ DYNSYM (isl_pw_aff_gt_set); \
+ DYNSYM (isl_pw_aff_is_cst); \
@@ -308,6 +309,7 @@ https://bugs.gentoo.org/552278
+ DYNSYM (isl_val_int_from_gmp); \
+ DYNSYM (isl_val_int_from_si); \
+ DYNSYM (isl_val_int_from_ui); \
++ DYNSYM (isl_val_is_int); \
+ DYNSYM (isl_val_mul); \
+ DYNSYM (isl_val_neg); \
+ DYNSYM (isl_val_sub);
@@ -406,6 +408,7 @@ https://bugs.gentoo.org/552278
+#define isl_pw_aff_eq_set (*isl_pointers__.p_isl_pw_aff_eq_set)
+#define isl_pw_aff_free (*isl_pointers__.p_isl_pw_aff_free)
+#define isl_pw_aff_from_aff (*isl_pointers__.p_isl_pw_aff_from_aff)
++#define isl_pw_aff_get_ctx (*isl_pointers__.p_isl_pw_aff_get_ctx)
+#define isl_pw_aff_ge_set (*isl_pointers__.p_isl_pw_aff_ge_set)
+#define isl_pw_aff_gt_set (*isl_pointers__.p_isl_pw_aff_gt_set)
+#define isl_pw_aff_is_cst (*isl_pointers__.p_isl_pw_aff_is_cst)
@@ -547,6 +550,7 @@ https://bugs.gentoo.org/552278
+#define isl_val_int_from_gmp (*isl_pointers__.p_isl_val_int_from_gmp)
+#define isl_val_int_from_si (*isl_pointers__.p_isl_val_int_from_si)
+#define isl_val_int_from_ui (*isl_pointers__.p_isl_val_int_from_ui)
++#define isl_val_is_int (*isl_pointers__.p_isl_val_is_int)
+#define isl_val_mul (*isl_pointers__.p_isl_val_mul)
+#define isl_val_neg (*isl_pointers__.p_isl_val_neg)
+#define isl_val_sub (*isl_pointers__.p_isl_val_sub)
diff --git a/5.2.0/gentoo/README.history b/5.2.0/gentoo/README.history
index 12f82db..d6e3714 100644
--- a/5.2.0/gentoo/README.history
+++ b/5.2.0/gentoo/README.history
@@ -1,3 +1,6 @@
+1.1 25 Aug 2015
+ U 74_all_gcc5_isl-dl.patch
+
1.0 17 Jul 2015
+ 05_all_gcc-spec-env.patch
+ 09_all_default-ssp.patch