summaryrefslogtreecommitdiff
path: root/nptl/Makefile
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 /nptl/Makefile
parentf39eef7b5d2539cffa1149b0bbeb75f513a4ace3 (diff)
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/Makefile3
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