aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.6-linaro/999-gcc5-gcc_cp_cfns_h.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-10 21:10:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-10 21:10:53 +0000
commitf7939f5e74edf5e504c609fd852ff163c67d6e36 (patch)
treee1a4217a1d60fc9dafd00f277993754d570780e9 /toolchain/gcc/patches/4.6-linaro/999-gcc5-gcc_cp_cfns_h.patch
parent795cab69b3acef4f8eb5ae0f421ef6427b2d5c9b (diff)
downloadupstream-f7939f5e74edf5e504c609fd852ff163c67d6e36.tar.gz
upstream-f7939f5e74edf5e504c609fd852ff163c67d6e36.tar.bz2
upstream-f7939f5e74edf5e504c609fd852ff163c67d6e36.zip
gcc: remove version 4.6, it is no longer needed
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47443
Diffstat (limited to 'toolchain/gcc/patches/4.6-linaro/999-gcc5-gcc_cp_cfns_h.patch')
-rw-r--r--toolchain/gcc/patches/4.6-linaro/999-gcc5-gcc_cp_cfns_h.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/toolchain/gcc/patches/4.6-linaro/999-gcc5-gcc_cp_cfns_h.patch b/toolchain/gcc/patches/4.6-linaro/999-gcc5-gcc_cp_cfns_h.patch
deleted file mode 100644
index 7ab0d4c7a1..0000000000
--- a/toolchain/gcc/patches/4.6-linaro/999-gcc5-gcc_cp_cfns_h.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/gcc/cp/cfns.h
-+++ b/gcc/cp/cfns.h
-@@ -53,6 +53,9 @@ __inline
- static unsigned int hash (const char *, unsigned int);
- #ifdef __GNUC__
- __inline
-+#ifdef __GNUC_STDC_INLINE__
-+__attribute__ ((__gnu_inline__))
-+#endif
- #endif
- const char * libc_name_p (const char *, unsigned int);
- /* maximum key range = 391, duplicates = 0 */
-@@ -96,7 +99,7 @@ hash (register const char *str, register
- 400, 400, 400, 400, 400, 400, 400, 400, 400, 400,
- 400, 400, 400, 400, 400, 400, 400
- };
-- register int hval = len;
-+ register int hval = (int)len;
-
- switch (hval)
- {