summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-04-28 22:31:00 +0000
committerRoland McGrath <roland@gnu.org>2005-04-28 22:31:00 +0000
commit453d8199be7ca2bc9885c9942f02b1e84ac041bf (patch)
tree4a53dc57307697d9fe9bb3a9459f55d82dbd0122 /ChangeLog
parent0e03d56254636d9e804e9f97f93dbafe3f3e2fd7 (diff)
[BZ #781, BZ #796]
2005-04-28 Roland McGrath <roland@redhat.com> [BZ #796] * sysdeps/unix/sysv/linux/dl-sysdep.h: New file. Define NEED_DL_SYSINFO_DSO for all platforms. * sysdeps/generic/dl-sysdep.h: Remove multiple inclusion protection. * sysdeps/alpha/dl-sysdep.h: Likewise. Use #include_next instead of duplicating generic file's contents. * sysdeps/ia64/dl-sysdep.h: Likewise. * sysdeps/sparc/dl-sysdep.h: Likewise. 2005-03-22 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/powerpc64/memset.S (memset): Make ___memset local. 2005-03-07 Steven Munroe <sjmunroe@us.ibm.com> [BZ #781] * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL): Define for powerpc32/64 starting with 2.6.1. (__ASSUME_UTIMES): Define for powerpc32/64 starting with 2.6.1. (__ASSUME_FADVISE64_64_SYSCALL): Define for powerpc32 only starting with 2.6.1. (__ASSUME_WAITID_SYSCALL): Don't define for powerpc32/64.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ba3213f39..37a608b342 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2005-04-28 Roland McGrath <roland@redhat.com>
+
+ [BZ #796]
+ * sysdeps/unix/sysv/linux/dl-sysdep.h: New file.
+ Define NEED_DL_SYSINFO_DSO for all platforms.
+
+ * sysdeps/generic/dl-sysdep.h: Remove multiple inclusion protection.
+ * sysdeps/alpha/dl-sysdep.h: Likewise.
+ Use #include_next instead of duplicating generic file's contents.
+ * sysdeps/ia64/dl-sysdep.h: Likewise.
+ * sysdeps/sparc/dl-sysdep.h: Likewise.
+
+2005-03-22 Steven Munroe <sjmunroe@us.ibm.com>
+
+ * sysdeps/powerpc/powerpc64/memset.S (memset): Make ___memset local.
+
+2005-03-07 Steven Munroe <sjmunroe@us.ibm.com>
+
+ [BZ #781]
+ * sysdeps/unix/sysv/linux/kernel-features.h
+ (__ASSUME_TGKILL): Define for powerpc32/64 starting with 2.6.1.
+ (__ASSUME_UTIMES): Define for powerpc32/64 starting with 2.6.1.
+ (__ASSUME_FADVISE64_64_SYSCALL): Define for powerpc32 only starting
+ with 2.6.1.
+ (__ASSUME_WAITID_SYSCALL): Don't define for powerpc32/64.
+
2005-04-28 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments.