From 72ca180fd71bf76bac998aaf622869a5671e615d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 15 Feb 2011 01:29:13 +0000 Subject: uClibc: remove 0.9.30, 0.9.31 SVN-Revision: 25542 --- .../000-upstream-attribute_optimize_fix.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 toolchain/uClibc/patches-0.9.31/000-upstream-attribute_optimize_fix.patch (limited to 'toolchain/uClibc/patches-0.9.31/000-upstream-attribute_optimize_fix.patch') diff --git a/toolchain/uClibc/patches-0.9.31/000-upstream-attribute_optimize_fix.patch b/toolchain/uClibc/patches-0.9.31/000-upstream-attribute_optimize_fix.patch deleted file mode 100644 index 841b5b7d6f..0000000000 --- a/toolchain/uClibc/patches-0.9.31/000-upstream-attribute_optimize_fix.patch +++ /dev/null @@ -1,25 +0,0 @@ -From a115ee502fca8b1eb8ce327d764562d3ae669954 Mon Sep 17 00:00:00 2001 -From: Bernhard Reutner-Fischer -Date: Mon, 12 Apr 2010 13:09:25 +0000 -Subject: attribute_optimize: fix typo with args - -curious how 308f5c6e5fd56ea3d1a5512e34388aad788f1180 ever worked.. :P - -Signed-off-by: Bernhard Reutner-Fischer ---- -diff --git a/include/libc-symbols.h b/include/libc-symbols.h -index 2729d30..4615a6a 100644 ---- a/include/libc-symbols.h -+++ b/include/libc-symbols.h -@@ -86,9 +86,9 @@ - #endif - - #if defined __GNUC__ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) --# define attribute_optimize(lvl) __attribute__ ((optimize(x))) -+# define attribute_optimize(x) __attribute__ ((optimize(x))) - #else --# define attribute_optimize(lvl) -+# define attribute_optimize(x) - #endif - - #define attribute_unused __attribute__ ((unused)) -- cgit v1.2.3