summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.3.5/995-short-enums.diff
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-11-04 14:17:06 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-11-04 14:17:06 +0000
commit54dea0c74f09b73d4143956bce1fbed54cc3ca4d (patch)
tree38cef5e9ffbcbf0e4e979789d4e3246e6e2707e3 /toolchain/gcc/patches/4.3.5/995-short-enums.diff
parentedcbafc836ac407e57f42dc7e984657aa9125fe4 (diff)
downloadmaster-31e0f0ae-54dea0c74f09b73d4143956bce1fbed54cc3ca4d.tar.gz
master-31e0f0ae-54dea0c74f09b73d4143956bce1fbed54cc3ca4d.tar.bz2
master-31e0f0ae-54dea0c74f09b73d4143956bce1fbed54cc3ca4d.zip
add avr32 support to gcc 4.3.5
SVN-Revision: 23865
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.diff2
1 files changed, 1 insertions, 1 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 03c470c9e4..bd72f1a4cc 100644
--- a/toolchain/gcc/patches/4.3.5/995-short-enums.diff
+++ b/toolchain/gcc/patches/4.3.5/995-short-enums.diff
@@ -3,7 +3,7 @@ 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)
-@@ -38,6 +38,7 @@
+@@ -39,6 +39,7 @@
LAST_AND_UNUSED_TREE_CODE /* A convenient way to get a value for
NUM_TREE_CODES. */