aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaul Brook <pbrook@gcc.gnu.org>2004-10-12 13:54:06 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2004-10-12 13:54:06 +0000
commit49dee49c62d205f49623837e05c657da93c9ab80 (patch)
treeb19816b13c615e3b391451a9d6e77c5481f02239 /gcc
parentd740dbe7b23a8ab51d23d85ed47049649502aa52 (diff)
downloadgcc-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/ChangeLog5
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