From: Paul Brook Date: Tue, 12 Oct 2004 13:54:06 +0000 (+0000) Subject: arm.md (addsi3_cbranch_scratch): Correct constraints. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49dee49c62d205f49623837e05c657da93c9ab80;p=gcc.git arm.md (addsi3_cbranch_scratch): Correct constraints. * config/arm/arm.md (addsi3_cbranch_scratch): Correct constraints. Handle negative constants. [[Split portion of a mixed commit.]] From-SVN: r88928.2 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ba7210dc39..ee534912d25 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-12 Paul Brook + + * config/arm/arm.md (addsi3_cbranch_scratch): Correct constraints. + Handle negative constants. + 2004-10-12 Joseph S. Myers PR c/17301