From: Paul Brook Date: Tue, 12 Oct 2004 13:54:06 +0000 (+0000) Subject: arm.md (addsi3_cbranch_scratch): Correct constraints. X-Git-Tag: releases/gcc-4.0.0~4111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49dee49c62d205f49623837e05c657da93c9ab80;p=thirdparty%2Fgcc.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 1ba7210dc397..ee534912d254 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