aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-19 07:29:40 +0000
committerRoland McGrath <roland@gnu.org>2006-01-19 07:29:40 +0000
commit2f663a980c358f99d053a53e387b39772291c631 (patch)
tree827e21a3ac03ea4c6c44ef2af91e4625939c4e5e /ChangeLog
parent04a8a3c10ad6aa8c2331794dbc572c3c8575b09c (diff)
downloadglibc-2f663a980c358f99d053a53e387b39772291c631.zip
glibc-2f663a980c358f99d053a53e387b39772291c631.tar.gz
glibc-2f663a980c358f99d053a53e387b39772291c631.tar.bz2
* sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h [__ASSEMBLER__]: Don't
include problematic headers for assembler. * Makerules ($(+sysdir_pfx)sysd-rules): Don't emit m_%.c rules, instead emit m_%.o compilation rules from s_%.? source files. * math/Makefile ($(objpfx)m_%$o: s_%.c): New rule using o-iterator.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53225a3..58779e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-01-18 Roland McGrath <roland@redhat.com>
+
+ * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h [__ASSEMBLER__]: Don't
+ include problematic headers for assembler.
+
+ * Makerules ($(+sysdir_pfx)sysd-rules): Don't emit m_%.c rules,
+ instead emit m_%.o compilation rules from s_%.? source files.
+ * math/Makefile ($(objpfx)m_%$o: s_%.c): New rule using o-iterator.
+
2006-01-18 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/fxstatat.c [STAT_IS_KERNEL_STAT]