summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-02-11 11:02:13 +0000
committerJakub Jelinek <jakub@redhat.com>2005-02-11 11:02:13 +0000
commitb821229a10e85f03b47d048e119518885cc25e0b (patch)
treed9ad5bca232cd02a312ed222d1cf88057fdb2290 /ChangeLog
parent28c85b32ab50681c39105954b3fd5afa6c0b599a (diff)
Updated to fedora-glibc-20050211T1037
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1532ffce2d..a448d7c335 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2005-02-11 Roland McGrath <roland@redhat.com>
+
+ [BZ #715]
+ * Makefile (installed-stubs): New variable.
+ Set to $(inst_includedir)/gnu/stubs.h if $(biarch) is no,
+ or to $(inst_includedir)/gnu/stubs-$(biarch).h if otherwise.
+ [$(biarch) != no] (install-others-nosubdir): Add $(installed-stubs).
+ ($(inst_includedir)/gnu/stubs.h): Use $(installed-stubs) for this
+ rule's target.
+ ($(inst_includedir)/gnu/stubs.h): New target, install from ...
+ * include/stubs-biarch.h: New file.
+
+ * shlib-versions (i.86-.*-.*): Add WORDSIZE64 line mapping to x86_64.
+
+ * Makeconfig ($(common-objpfx)soversions.mk): Depend on Makeconfig.
+ Emit defn for variable `biarch'.
+
+ * include/stub-tag.h: Update comment.
+
+ * scripts/soversions.awk: Fix default version set handling.
+
2005-02-09 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define.