aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-01-08 18:23:53 +0000
committerUlrich Drepper <drepper@redhat.com>2004-01-08 18:23:53 +0000
commit249a3d0c4ffb36f4aacdbae357b371d53325f674 (patch)
tree11fb4e3b8c168558fc92a6d4361221a793ac3239 /ChangeLog
parentf39eef7b5d2539cffa1149b0bbeb75f513a4ace3 (diff)
downloadglibc-249a3d0c4ffb36f4aacdbae357b371d53325f674.tar
glibc-249a3d0c4ffb36f4aacdbae357b371d53325f674.tar.gz
glibc-249a3d0c4ffb36f4aacdbae357b371d53325f674.tar.bz2
glibc-249a3d0c4ffb36f4aacdbae357b371d53325f674.zip
Update.
2004-01-08 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/x86_64/clone.S (__clone): Add cfi_endproc right before syscall and cfi_startproc before PSEUDO_END. Clear %rbp in thread_start.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07a016eefb..f8c56339df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-08 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/unix/sysv/linux/x86_64/clone.S (__clone): Add cfi_endproc
+ right before syscall and cfi_startproc before PSEUDO_END.
+ Clear %rbp in thread_start.
+
2004-01-05 Jakub Jelinek <jakub@redhat.com>
* posix/regcomp.c (regcomp): Fix comment typo.