diff options
author | Paul Brook <pbrook@gcc.gnu.org> | 2004-10-12 13:54:06 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-10-12 13:54:06 +0000 |
commit | 49dee49c62d205f49623837e05c657da93c9ab80 (patch) | |
tree | b19816b13c615e3b391451a9d6e77c5481f02239 /gcc | |
parent | d740dbe7b23a8ab51d23d85ed47049649502aa52 (diff) | |
download | gcc-49dee49c62d205f49623837e05c657da93c9ab80.zip gcc-49dee49c62d205f49623837e05c657da93c9ab80.tar.gz gcc-49dee49c62d205f49623837e05c657da93c9ab80.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ba7210..ee53491 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-12 Paul Brook <paul@codesourcery.com> + + * config/arm/arm.md (addsi3_cbranch_scratch): Correct constraints. + Handle negative constants. + 2004-10-12 Joseph S. Myers <jsm@polyomino.org.uk> PR c/17301 |