diff options
author | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-12 13:54:06 +0000 |
---|---|---|
committer | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-12 13:54:06 +0000 |
commit | b3516b5e19c23363171b4e0c7252c46155ce5530 (patch) | |
tree | b19816b13c615e3b391451a9d6e77c5481f02239 | |
parent | ff17b6c8968f6a4cdfb62782ac52c4f350dbbe87 (diff) | |
download | gcc-b3516b5e19c23363171b4e0c7252c46155ce5530.tar.gz |
* config/arm/arm.md (addsi3_cbranch_scratch): Correct constraints.
Handle negative constants.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88928 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <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 |