summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-19 17:36:45 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-19 17:36:45 +0000
commit489609e5be152ab62eceafad184318d235399a4c (patch)
treeabca148cf8724de0a6e70280b1e0ff1741a2aa5f /gcc/ChangeLog
parentec4f62a9be3b6d508ce8e15e7a91ec2251040441 (diff)
downloadgcc-489609e5be152ab62eceafad184318d235399a4c.tar.gz
* config/s390/s390.md ("*subdf3_cc", "*subdf3_cconly", "*subsf3_cc",
"*subsf3_cconly"): Subtraction is not commutative. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7641ecefba9..1dcefa5ab74 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-19 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * config/s390/s390.md ("*subdf3_cc", "*subdf3_cconly", "*subsf3_cc",
+ "*subsf3_cconly"): Subtraction is not commutative.
+
2004-02-19 Zack Weinberg <zack@codesourcery.com>
* sdbout.c (preinit_symbols, sdbout_initialized): New statics.