summaryrefslogtreecommitdiff
path: root/hurd/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/ChangeLog')
-rw-r--r--hurd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index 5af636a..28d4f3c 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,5 +1,12 @@
2008-12-04 Neal H. Walfield <neal@gnu.org>
+ * bits/ia32/math.h: New file.
+ * math.h: New file.
+ * headers.m4: Link sysroot/include/hurd/math.h to hurd/math.h and
+ sysroot/include/hurd/bits/math.h to hurd/bits/${arch}/math.h.
+
+2008-12-04 Neal H. Walfield <neal@gnu.org>
+
* mutex.h: Don't include <atomic.h>.
(ss_mutex_lock): Rewrite to use gcc's __sync functions. Add
asserts.