diff options
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 4ad6c448d9..4ae6f1655b 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 - |