diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/gcc-csl/gcc-csl-2004-q1a/gcc34-pre-modify.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/gcc-csl/gcc-csl-2004-q1a/gcc34-pre-modify.patch')
-rw-r--r-- | packages/gcc-csl/gcc-csl-2004-q1a/gcc34-pre-modify.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gcc-csl/gcc-csl-2004-q1a/gcc34-pre-modify.patch b/packages/gcc-csl/gcc-csl-2004-q1a/gcc34-pre-modify.patch index e69de29bb2..e850c35804 100644 --- a/packages/gcc-csl/gcc-csl-2004-q1a/gcc34-pre-modify.patch +++ b/packages/gcc-csl/gcc-csl-2004-q1a/gcc34-pre-modify.patch @@ -0,0 +1,11 @@ +--- gcc-3.4.0/gcc/config/arm/arm.c~ 2004-04-12 17:17:05.000000000 +0100 ++++ gcc-3.4.0/gcc/config/arm/arm.c 2004-04-25 21:27:08.000000000 +0100 +@@ -2739,7 +2739,7 @@ + && GET_MODE_SIZE (mode) <= 4 + && arm_address_register_rtx_p (XEXP (x, 0), strict_p) + && GET_CODE (XEXP (x, 1)) == PLUS +- && XEXP (XEXP (x, 1), 0) == XEXP (x, 0)) ++ && rtx_equal_p (XEXP (XEXP (x, 1), 0), XEXP (x, 0))) + return arm_legitimate_index_p (mode, XEXP (XEXP (x, 1), 1), strict_p); + + /* After reload constants split into minipools will have addresses |