aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.2.4/952-bug_34762.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-01-27 13:28:27 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-01-27 13:28:27 +0000
commit23f1aec4092903a8a7d7297332fe3a779f4252d6 (patch)
treefab28ae0d2f311e18bf378d06976719e402cb999 /toolchain/gcc/patches/4.2.4/952-bug_34762.patch
parentf9060eb6b073cfcee11ff27e92617367f98427ac (diff)
downloadupstream-23f1aec4092903a8a7d7297332fe3a779f4252d6.tar.gz
upstream-23f1aec4092903a8a7d7297332fe3a779f4252d6.tar.bz2
upstream-23f1aec4092903a8a7d7297332fe3a779f4252d6.zip
[toolchain]: nuke unneeded patchsets as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25145 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/4.2.4/952-bug_34762.patch')
-rw-r--r--toolchain/gcc/patches/4.2.4/952-bug_34762.patch49
1 files changed, 0 insertions, 49 deletions
diff --git a/toolchain/gcc/patches/4.2.4/952-bug_34762.patch b/toolchain/gcc/patches/4.2.4/952-bug_34762.patch
deleted file mode 100644
index 1ccd968d97..0000000000
--- a/toolchain/gcc/patches/4.2.4/952-bug_34762.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34762
-
---- a/gcc/reload.c
-+++ b/gcc/reload.c
-@@ -4789,7 +4789,7 @@ find_reloads_address (enum machine_mode
- find_reloads_address (GET_MODE (tem), &tem, XEXP (tem, 0),
- &XEXP (tem, 0), opnum,
- ADDR_TYPE (type), ind_levels, insn);
-- if (tem != orig)
-+ if (!rtx_equal_p (tem, orig))
- push_reg_equiv_alt_mem (regno, tem);
- }
- /* We can avoid a reload if the register's equivalent memory
-@@ -5589,7 +5589,7 @@ find_reloads_address_1 (enum machine_mod
- RELOAD_OTHER,
- ind_levels, insn);
-
-- if (tem != orig)
-+ if (!rtx_equal_p (tem, orig))
- push_reg_equiv_alt_mem (regno, tem);
-
- /* Then reload the memory location into a base
-@@ -5656,7 +5656,7 @@ find_reloads_address_1 (enum machine_mod
- find_reloads_address (GET_MODE (tem), &tem, XEXP (tem, 0),
- &XEXP (tem, 0), opnum, type,
- ind_levels, insn);
-- if (tem != orig)
-+ if (!rtx_equal_p (tem, orig))
- push_reg_equiv_alt_mem (regno, tem);
- /* Put this inside a new increment-expression. */
- x = gen_rtx_fmt_e (GET_CODE (x), GET_MODE (x), tem);
-@@ -5848,7 +5848,7 @@ find_reloads_address_1 (enum machine_mod
- find_reloads_address (GET_MODE (x), &x, XEXP (x, 0),
- &XEXP (x, 0), opnum, ADDR_TYPE (type),
- ind_levels, insn);
-- if (x != tem)
-+ if (!rtx_equal_p (x, tem))
- push_reg_equiv_alt_mem (regno, x);
- }
- }
-@@ -6076,7 +6076,7 @@ find_reloads_subreg_address (rtx x, int
- XEXP (tem, 0), &XEXP (tem, 0),
- opnum, type, ind_levels, insn);
- /* ??? Do we need to handle nonzero offsets somehow? */
-- if (!offset && tem != orig)
-+ if (!offset && !rtx_equal_p (tem, orig))
- push_reg_equiv_alt_mem (regno, tem);
-
- /* For some processors an address may be valid in the