diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-25 00:59:37 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-25 01:00:47 -0600 |
commit | a69eb5d83813a31238c94876b4face5b16228148 (patch) | |
tree | 0456659587c11e3c3a3e42e66eeb6f94a9f5538b /toolchain/gcc/patches/4.8.3/miscompile.microblaze | |
parent | d9a3ff27d4f7f9c2514125bf3f0a30c2a80aa110 (diff) |
update to gcc 4.8.4
Diffstat (limited to 'toolchain/gcc/patches/4.8.3/miscompile.microblaze')
-rw-r--r-- | toolchain/gcc/patches/4.8.3/miscompile.microblaze | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/gcc/patches/4.8.3/miscompile.microblaze b/toolchain/gcc/patches/4.8.3/miscompile.microblaze deleted file mode 100644 index d575054aa..000000000 --- a/toolchain/gcc/patches/4.8.3/miscompile.microblaze +++ /dev/null @@ -1,22 +0,0 @@ -diff -Nur gcc-4.8.3.orig/gcc/config/microblaze/microblaze.md gcc-4.8.3/gcc/config/microblaze/microblaze.md ---- gcc-4.8.3.orig/gcc/config/microblaze/microblaze.md 2014-02-23 19:59:26.000000000 +0100 -+++ gcc-4.8.3/gcc/config/microblaze/microblaze.md 2014-05-31 20:39:29.978608468 +0200 -@@ -1119,18 +1119,6 @@ - } - ) - --;;Load and store reverse --(define_insn "movsi4_rev" -- [(set (match_operand:SI 0 "reg_or_mem_operand" "=r,Q") -- (bswap:SI (match_operand:SF 1 "reg_or_mem_operand" "Q,r")))] -- "TARGET_REORDER" -- "@ -- lwr\t%0,%y1,r0 -- swr\t%1,%y0,r0" -- [(set_attr "type" "load,store") -- (set_attr "mode" "SI") -- (set_attr "length" "4,4")]) -- - ;; 32-bit floating point moves - - (define_expand "movsf" |