summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 56900352978..f86f11afb4b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2004-06-28 Roger Sayle <roger@eyesopen.com>
+
+ * expmed.c (expand_smod_pow2): New function to expand signed
+ remainder by a constant power of 2, such as "x % 16".
+ (expand_divmod): Call new expand_smod_pow2 when appropriate.
+ Minor corrections to comments, e.g. wrapping long lines.
+
2004-06-28 Ulrich Weigand <uweigand@de.ibm.com>
* Makefile.in (vec.o): Fix dependencies.