aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index faf7226..8f762dd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -65,6 +65,12 @@ Tue May 7 10:06:22 2002 Jeffrey A Law (law@redhat.com)
* config/rs6000/rs6000.c (bdesc_2arg): Fix vmax typos.
+2002-05-06 David S. Miller <davem@redhat.com>
+
+ * config/sparc/sparc.md (shift insns): Do not mask off
+ second operand, 'I' constraint and SHIFT_COUNT_TRUNCATED
+ take care of it.
+
2002-05-06 Richard Henderson <rth@redhat.com>
PR c++/6212