summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc
diff options
context:
space:
mode:
authorHiroaki Etoh <etoh@cvs.openbsd.org>2004-02-12 00:32:34 +0000
committerHiroaki Etoh <etoh@cvs.openbsd.org>2004-02-12 00:32:34 +0000
commit75f3d9f13f703467474596a5b25bf5ce73ca3fae (patch)
tree9bcf2d986a27962dbfbc06005842d0ceb8e12c46 /gnu/usr.bin/gcc
parentf479c080376946b3adc2d27ab80049959681d3a5 (diff)
remove the rev 1.2 fix on every architecuters except ARM due to propolice breakage on i386. This is a temporary fix until the breakage will be resolved.
ok espie and dale
Diffstat (limited to 'gnu/usr.bin/gcc')
-rw-r--r--gnu/usr.bin/gcc/gcc/protector.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/gcc/protector.c b/gnu/usr.bin/gcc/gcc/protector.c
index 3fecb9a2d28..00c733e0992 100644
--- a/gnu/usr.bin/gcc/gcc/protector.c
+++ b/gnu/usr.bin/gcc/gcc/protector.c
@@ -1731,7 +1731,7 @@ change_arg_use_in_operand (x, orig, new, size)
}
}
break;
-
+#ifdef TARGET_ARM
case PARALLEL:
for (i = 0, j = 0; j < XVECLEN (x, 0); j++)
{
@@ -1749,7 +1749,7 @@ change_arg_use_in_operand (x, orig, new, size)
}
PUT_NUM_ELEM (XVEC (x, 0), i);
return;
-
+#endif
default:
break;
}