aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-01 10:53:05 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-01 10:53:05 +0000
commit86519a1416d8a5616534c17c53ec67be8b9ac036 (patch)
tree6c7976c71fbea38b58b0e0f0131263506c216831
parent9c5a455770fca482110642467d64171ab3a57b80 (diff)
* i386.md (doubleword shifts): Fix dumb mistakes in previous change. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@24456 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e5fd3a547a6..1526b28726e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jan 1 11:48:20 1999 Jeffrey A Law (law@cygnus.com)
+
+ * i386.md (doubleword shifts): Fix dumb mistakes in previous change.
+
Wed Dec 30 23:38:55 1998 Jeffrey A Law (law@cygnus.com)
* m68k.md (adddi_dilshr32): Allow all operands to be registers too.