diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-01 11:35:21 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-01 11:35:21 +0000 |
commit | 6d02667c07ba477bff9bd16a1dfc8db3b5940b65 (patch) | |
tree | 0693e987df7815a8cb637f9c3ee695ca66a84f02 /toolchain/gcc/patches/4.4.5/910-mbsd_multi.patch | |
parent | 44756fe93c1e9e492bfe0d2a278859002c0d4946 (diff) | |
download | upstream-6d02667c07ba477bff9bd16a1dfc8db3b5940b65.tar.gz upstream-6d02667c07ba477bff9bd16a1dfc8db3b5940b65.tar.bz2 upstream-6d02667c07ba477bff9bd16a1dfc8db3b5940b65.zip |
add the latest avr32 toolchain patches (with additional fixes)
SVN-Revision: 27332
Diffstat (limited to 'toolchain/gcc/patches/4.4.5/910-mbsd_multi.patch')
-rw-r--r-- | toolchain/gcc/patches/4.4.5/910-mbsd_multi.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gcc/patches/4.4.5/910-mbsd_multi.patch b/toolchain/gcc/patches/4.4.5/910-mbsd_multi.patch index 90167930ec..1b17e983e9 100644 --- a/toolchain/gcc/patches/4.4.5/910-mbsd_multi.patch +++ b/toolchain/gcc/patches/4.4.5/910-mbsd_multi.patch @@ -216,7 +216,7 @@ -Wfatal-errors -Wfloat-equal -Wformat -Wformat=2 @gol -Wno-format-contains-nul -Wno-format-extra-args -Wformat-nonliteral @gol -Wformat-security -Wformat-y2k @gol -@@ -4182,6 +4182,22 @@ This option is only supported for C and +@@ -4182,6 +4182,22 @@ This option is only supported for C and @option{-Wall} and by @option{-pedantic}, which can be disabled with @option{-Wno-pointer-sign}. @@ -239,7 +239,7 @@ @item -Wstack-protector @opindex Wstack-protector @opindex Wno-stack-protector -@@ -5720,7 +5736,7 @@ so, the first branch is redirected to ei +@@ -5721,7 +5737,7 @@ so, the first branch is redirected to ei second branch or a point immediately following it, depending on whether the condition is known to be true or false. @@ -248,7 +248,7 @@ @item -fsplit-wide-types @opindex fsplit-wide-types -@@ -5865,7 +5881,7 @@ safely dereference null pointers. Use +@@ -5866,7 +5882,7 @@ safely dereference null pointers. Use @option{-fno-delete-null-pointer-checks} to disable this optimization for programs which depend on that behavior. |