diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-01-28 12:34:32 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-01-28 12:34:32 +0000 |
commit | a48d1f3a70aab1e33b4761ab9fe6e7eda1e61bdf (patch) | |
tree | b5d1948d506a7c181b0b210073063ce55e1a66ff /toolchain/gcc/patches/4.5.1+l/002-fix_pr44392.patch | |
parent | d288f855e3787bcb8af31db3f730e18c5218658e (diff) | |
download | mtk-20170518-a48d1f3a70aab1e33b4761ab9fe6e7eda1e61bdf.zip mtk-20170518-a48d1f3a70aab1e33b4761ab9fe6e7eda1e61bdf.tar.gz mtk-20170518-a48d1f3a70aab1e33b4761ab9fe6e7eda1e61bdf.tar.bz2 |
refresh patches
SVN-Revision: 25195
Diffstat (limited to 'toolchain/gcc/patches/4.5.1+l/002-fix_pr44392.patch')
-rw-r--r-- | toolchain/gcc/patches/4.5.1+l/002-fix_pr44392.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/toolchain/gcc/patches/4.5.1+l/002-fix_pr44392.patch b/toolchain/gcc/patches/4.5.1+l/002-fix_pr44392.patch index 4ad6c44..4ae6f16 100644 --- a/toolchain/gcc/patches/4.5.1+l/002-fix_pr44392.patch +++ b/toolchain/gcc/patches/4.5.1+l/002-fix_pr44392.patch @@ -7,11 +7,9 @@ Subject: [PATCH 2/2] Fix PR44392 gcc/config/arm/arm.md | 43 +++++++++++++++++++------------------------ 1 files changed, 19 insertions(+), 24 deletions(-) -diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md -index 2096ec6..f0348f3 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md -@@ -11318,34 +11318,29 @@ +@@ -11523,34 +11523,29 @@ (define_expand "bswapsi2" [(set (match_operand:SI 0 "s_register_operand" "=r") (bswap:SI (match_operand:SI 1 "s_register_operand" "r")))] @@ -65,6 +63,3 @@ index 2096ec6..f0348f3 100644 " ) --- -1.6.2 - |