summarylogtreecommitdiffstats
path: root/cfns.h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'cfns.h.diff')
-rw-r--r--cfns.h.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/cfns.h.diff b/cfns.h.diff
new file mode 100644
index 000000000000..79b1924aa72c
--- /dev/null
+++ b/cfns.h.diff
@@ -0,0 +1,15 @@
+--- gcc-5.3.0/gcc/cp/cfns.h 2016-05-07 19:39:04.976724823 +0200
++++ gcc-5.3.0/gcc/cp/cfns.h 2016-05-07 19:37:59.000000000 +0200
+@@ -124,9 +124,9 @@ hash (register const char *str, register
+
+ #ifdef __GNUC__
+ __inline
+-#ifdef __GNUC_STDC_INLINE__
+-__attribute__ ((__gnu_inline__))
+-#endif
++//#ifdef __GNUC_STDC_INLINE__
++//__attribute__ ((__gnu_inline__))
++//#endif
+ #endif
+ const char *
+ libc_name_p (register const char *str, register unsigned int len)