summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/gcc-python-plugin/files/gcc-python-plugin-0.15-internal-fn.patch')
-rw-r--r--dev-util/gcc-python-plugin/files/gcc-python-plugin-0.15-internal-fn.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-util/gcc-python-plugin/files/gcc-python-plugin-0.15-internal-fn.patch b/dev-util/gcc-python-plugin/files/gcc-python-plugin-0.15-internal-fn.patch
new file mode 100644
index 0000000..7e26f7a
--- /dev/null
+++ b/dev-util/gcc-python-plugin/files/gcc-python-plugin-0.15-internal-fn.patch
@@ -0,0 +1,10 @@
+--- gcc-c-api/gcc-callgraph.c~ 2016-02-15 09:13:55.000000000 -0500
++++ gcc-c-api/gcc-callgraph.c 2017-03-16 19:03:13.528318488 -0400
+@@ -24,6 +24,7 @@
+ #include "tree-ssa-alias.h"
+ #include "basic-block.h"
+ #if (GCC_VERSION >= 4009)
++#include "internal-fn.h"
+ #include "gimple-expr.h"
+ #endif
+ #include "gimple.h"