diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-02-26 16:39:54 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-02-26 16:39:54 +0000 |
commit | 2935823a42634ddf9e78655436f5635125965283 (patch) | |
tree | 3c6326784e149577077d8829a3b1f88d554cd6d5 /toolchain/gcc/patches/4.6.3/000-gcc-bug-54369.patch | |
parent | 098bd91f5eae625c7d2ee621e10930fc4434e5e2 (diff) | |
download | upstream-2935823a42634ddf9e78655436f5635125965283.tar.gz upstream-2935823a42634ddf9e78655436f5635125965283.tar.bz2 upstream-2935823a42634ddf9e78655436f5635125965283.zip |
toolchain/gcc: refresh patches
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35808
Diffstat (limited to 'toolchain/gcc/patches/4.6.3/000-gcc-bug-54369.patch')
-rw-r--r-- | toolchain/gcc/patches/4.6.3/000-gcc-bug-54369.patch | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/toolchain/gcc/patches/4.6.3/000-gcc-bug-54369.patch b/toolchain/gcc/patches/4.6.3/000-gcc-bug-54369.patch index b91f0eb62e..936b7410e0 100644 --- a/toolchain/gcc/patches/4.6.3/000-gcc-bug-54369.patch +++ b/toolchain/gcc/patches/4.6.3/000-gcc-bug-54369.patch @@ -14,9 +14,9 @@ Modified: branches/gcc-4_6-branch/gcc/config/mips/mips.c branches/gcc-4_6-branch/gcc/config/sparc/sparc.c --- ---- gcc-4_6-branch/gcc/config/mips/mips.c 2012/09/02 10:36:54 190859 -+++ gcc-4_6-branch/gcc/config/mips/mips.c 2012/09/02 10:37:49 190860 -@@ -15083,7 +15083,10 @@ +--- a/gcc/config/mips/mips.c ++++ b/gcc/config/mips/mips.c +@@ -15083,7 +15083,10 @@ mips_reorg (void) } if (optimize > 0 && flag_delayed_branch) @@ -28,9 +28,9 @@ Modified: mips_reorg_process_insns (); if (!TARGET_MIPS16 && TARGET_EXPLICIT_RELOCS ---- gcc-4_6-branch/gcc/config/sparc/sparc.c 2012/09/02 10:36:54 190859 -+++ gcc-4_6-branch/gcc/config/sparc/sparc.c 2012/09/02 10:37:49 190860 -@@ -9456,7 +9456,10 @@ +--- a/gcc/config/sparc/sparc.c ++++ b/gcc/config/sparc/sparc.c +@@ -9452,7 +9452,10 @@ sparc_reorg (void) /* We need to have the (essentially) final form of the insn stream in order to properly detect the various hazards. Run delay slot scheduling. */ if (optimize > 0 && flag_delayed_branch) @@ -42,4 +42,3 @@ Modified: /* Now look for specific patterns in the insn stream. */ for (insn = get_insns (); insn; insn = next) - |