summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-16 11:22:44 +0000
committerRoland McGrath <roland@gnu.org>2005-02-16 11:22:44 +0000
commit094c88feda3a1c93a35989f99c7ce532c83b394a (patch)
tree4893ffa6e9080449ec7d551c37be89177cdf0ddb
parent8d93f18427c3e2f937f06b2c4a058e75377f36af (diff)
.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 884febc6b3..3c0680a97c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-07 Ulrich Drepper <drepper@redhat.com>
+
+ * elf/dl-load.c (_dl_map_object_from_fd): Makre sure registers are
+ set correctly.
+
2005-01-07 Jakub Jelinek <jakub@redhat.com>
[BZ #738]
@@ -13,6 +18,10 @@
* sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
(__novec_swapcontext, __swapcontext): Likewise.
+2005-02-07 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Define.
+
2005-02-07 Jakub Jelinek <jakub@redhat.com>
[BZ #741]