diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-01-08 18:23:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-01-08 18:23:53 +0000 |
commit | 249a3d0c4ffb36f4aacdbae357b371d53325f674 (patch) | |
tree | 11fb4e3b8c168558fc92a6d4361221a793ac3239 /ChangeLog | |
parent | f39eef7b5d2539cffa1149b0bbeb75f513a4ace3 (diff) | |
download | glibc-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |