aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35c88997a1..7cf2f43d1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2004-03-26 Richard Henderson <rth@redhat.com>
+
+ * sysdeps/alpha/Makefile <gnulib> (sysdep_routines): Merge divrem
+ variable, add unsigned variants.
+ * sysdeps/alpha/divrem.h: Remove file.
+ * sysdeps/alpha/div_libc.h: New file.
+ * sysdeps/alpha/divl.S: Rewrite from scratch.
+ * sysdeps/alpha/reml.S: Likewise.
+ * sysdeps/alpha/divq.S: Likewise.
+ * sysdeps/alpha/remq.S: Likewise.
+ * sysdeps/alpha/divlu.S: New file.
+ * sysdeps/alpha/remlu.S: New file.
+ * sysdeps/alpha/divqu.S: New file.
+ * sysdeps/alpha/remqu.S: New file.
+
2004-03-26 Ulrich Drepper <drepper@redhat.com>
* elf/dl-open.c (check_libc_caller): Fix typo.