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 /nptl/Makefile | |
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 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 08ed1487a5..c67bfe4ef6 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -235,6 +235,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \ tst-clock1 tst-clock2 \ tst-context1 \ tst-sched1 \ + tst-backtrace1 \ tst-oddstacklimit # This sets the stack resource limit to 1023kb, which is not a multiple |