summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.3.5/995-short-enums.diff
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-16 15:24:48 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-16 15:24:48 +0000
commitdbbdf96afb5abf0b7f0408d2e54db2b56a92a07d (patch)
treeb67470547ebf98aeeb2a08e44a656c8b2b6b4182 /toolchain/gcc/patches/4.3.5/995-short-enums.diff
parent3f67361719234290f73b0ab0cd5a7b947ad00186 (diff)
[toolchain/gcc/4.3.5]: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25555 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/4.3.5/995-short-enums.diff')
-rw-r--r--toolchain/gcc/patches/4.3.5/995-short-enums.diff24
1 files changed, 9 insertions, 15 deletions
diff --git a/toolchain/gcc/patches/4.3.5/995-short-enums.diff b/toolchain/gcc/patches/4.3.5/995-short-enums.diff
index bd72f1a4c..62d66925a 100644
--- a/toolchain/gcc/patches/4.3.5/995-short-enums.diff
+++ b/toolchain/gcc/patches/4.3.5/995-short-enums.diff
@@ -1,9 +1,7 @@
see gcc PR34205
-Index: gcc-4.3.0/gcc/tree.h
-===================================================================
---- gcc-4.3.0/gcc/tree.h (revision 130511)
-+++ gcc-4.3.0/gcc/tree.h (working copy)
-@@ -39,6 +39,7 @@
+--- a/gcc/tree.h
++++ b/gcc/tree.h
+@@ -39,6 +39,7 @@ enum tree_code {
LAST_AND_UNUSED_TREE_CODE /* A convenient way to get a value for
NUM_TREE_CODES. */
@@ -11,11 +9,9 @@ Index: gcc-4.3.0/gcc/tree.h
};
#undef DEFTREECODE
-Index: gcc-4.3.0/gcc/rtl.h
-===================================================================
---- gcc-4.3.0/gcc/rtl.h (revision 130511)
-+++ gcc-4.3.0/gcc/rtl.h (working copy)
-@@ -48,9 +48,11 @@
+--- a/gcc/rtl.h
++++ b/gcc/rtl.h
+@@ -48,9 +48,11 @@ enum rtx_code {
#include "rtl.def" /* rtl expressions are documented here */
#undef DEF_RTL_EXPR
@@ -28,11 +24,9 @@ Index: gcc-4.3.0/gcc/rtl.h
#define NUM_RTX_CODE ((int) LAST_AND_UNUSED_RTX_CODE)
/* The cast here, saves many elsewhere. */
-Index: gcc-4.3.0/gcc/c-common.h
-===================================================================
---- gcc-4.3.0/gcc/c-common.h (revision 130511)
-+++ gcc-4.3.0/gcc/c-common.h (working copy)
-@@ -125,6 +125,7 @@
+--- a/gcc/c-common.h
++++ b/gcc/c-common.h
+@@ -125,6 +125,7 @@ enum rid
RID_LAST_AT = RID_AT_IMPLEMENTATION,
RID_FIRST_PQ = RID_IN,
RID_LAST_PQ = RID_ONEWAY