diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-19 07:29:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-19 07:29:40 +0000 |
commit | 2f663a980c358f99d053a53e387b39772291c631 (patch) | |
tree | 827e21a3ac03ea4c6c44ef2af91e4625939c4e5e /ChangeLog | |
parent | 04a8a3c10ad6aa8c2331794dbc572c3c8575b09c (diff) | |
download | glibc-2f663a980c358f99d053a53e387b39772291c631.tar.gz glibc-2f663a980c358f99d053a53e387b39772291c631.tar.xz glibc-2f663a980c358f99d053a53e387b39772291c631.zip |
* 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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 53225a3e22..58779e1b64 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] |