summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-02 10:27:03 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-02 10:27:03 +0000
commit7672950e2e134ab782ad08e15aee8acab941402e (patch)
treeaf59f5563126545c7076183dd35919d5728671be /gcc/ChangeLog
parent556ba85f4d19c335391e64e27734d87045f9be9b (diff)
downloadgcc-7672950e2e134ab782ad08e15aee8acab941402e.tar.gz
* mips.md (movdicc): Make conditional on TARGET_64BIT. Likewise
for the unnamed instructions it expands to. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44568 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 21d54fad972..27de1f8509f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-02 Richard Sandiford <rsandifo@redhat.com>
+
+ * mips.md (movdicc): Make conditional on TARGET_64BIT. Likewise
+ for the unnamed instructions it expands to.
+
2001-08-02 Richard Henderson <rth@redhat.com>
* regclass.c (call_really_used_regs): Conditionally define.