aboutsummaryrefslogtreecommitdiffstats
path: root/arm-none-eabi-gcc-4.8.2/patches/gcc-fix-inline.patch
diff options
context:
space:
mode:
Diffstat (limited to 'arm-none-eabi-gcc-4.8.2/patches/gcc-fix-inline.patch')
-rw-r--r--arm-none-eabi-gcc-4.8.2/patches/gcc-fix-inline.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/arm-none-eabi-gcc-4.8.2/patches/gcc-fix-inline.patch b/arm-none-eabi-gcc-4.8.2/patches/gcc-fix-inline.patch
new file mode 100644
index 0000000..5c4307f
--- /dev/null
+++ b/arm-none-eabi-gcc-4.8.2/patches/gcc-fix-inline.patch
@@ -0,0 +1,14 @@
+diff --git a/gcc/cp/cfns.h b/gcc/cp/cfns.h
+index 42dd3cf..ba48bbd 100644
+--- a/gcc/cp/cfns.h
++++ b/gcc/cp/cfns.h
+@@ -124,9 +124,6 @@ hash (register const char *str, register unsigned int len)
+
+ #ifdef __GNUC__
+ __inline
+-#ifdef __GNUC_STDC_INLINE__
+-__attribute__ ((__gnu_inline__))
+-#endif
+ #endif
+ const char *
+ libc_name_p (register const char *str, register unsigned int len)