summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-4.2.2/arm-crunch-dominance.patch
diff options
context:
space:
mode:
authorOpenmoko anonymizer key <devel@lists.openmoko.org>2007-10-10 10:17:41 +0000
committerOpenmoko anonymizer key <devel@lists.openmoko.org>2007-10-10 10:17:41 +0000
commit10873a2c35c9225f04853a323c8e01559e5a9034 (patch)
tree5a087efe3a3709bce064466027b4a06c02dcbb3f /packages/gcc/gcc-4.2.2/arm-crunch-dominance.patch
parent9794ad6e78a6a7f5f6b26aaa0494558b7d73e81b (diff)
parent2eb5a3d80018bcfb02586f03f22745d50e327547 (diff)
merge of '320ea19bc463d1bf9e280cbcadba04f87a928ede'
and 'fd564937a9d082f3ea9dd580636ab959f5d77258'
Diffstat (limited to 'packages/gcc/gcc-4.2.2/arm-crunch-dominance.patch')
-rw-r--r--packages/gcc/gcc-4.2.2/arm-crunch-dominance.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.2.2/arm-crunch-dominance.patch b/packages/gcc/gcc-4.2.2/arm-crunch-dominance.patch
new file mode 100644
index 0000000000..517ca8d80e
--- /dev/null
+++ b/packages/gcc/gcc-4.2.2/arm-crunch-dominance.patch
@@ -0,0 +1,12 @@
+--- gcc-4.1.2/gcc/config/arm/arm.c-original 2007-06-13 11:50:10.000000000 +1000
++++ gcc-4.1.2/gcc/config/arm/arm.c 2007-06-13 11:50:56.000000000 +1000
+@@ -6556,6 +6556,9 @@
+ enum rtx_code cond1, cond2;
+ int swapped = 0;
+
++ if (TARGET_MAVERICK) // Simple hack for MAVERICK
++ return CCmode;
++
+ /* Currently we will probably get the wrong result if the individual
+ comparisons are not simple. This also ensures that it is safe to
+ reverse a comparison if necessary. */