diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-09 20:30:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-09 20:30:21 +0000 |
commit | 29d9a17dba956f7d14eb0dd15f71751fd6da02ce (patch) | |
tree | 32f075141fb061c520bb74617412fa4c538b8c9d /linuxthreads/Makefile | |
parent | 8f6a393ea595c6b3673d03acf05ae5adc3836fce (diff) | |
download | glibc-29d9a17dba956f7d14eb0dd15f71751fd6da02ce.tar.gz glibc-29d9a17dba956f7d14eb0dd15f71751fd6da02ce.tar.xz glibc-29d9a17dba956f7d14eb0dd15f71751fd6da02ce.zip |
Update.
2003-01-09 Jakub Jelinek <jakub@redhat.com> * posix/test-vfork.c (noop): Add __attribute_noinline__. * sysdeps/generic/sysdep.h (JUMPTARGET): Define if not defined. * sysdeps/i386/sysdep.h (JUMPTARGET): Undefine JUMPTARGET before defining it. * sysdeps/powerpc/powerpc32/sysdep.h (JUMPTARGET): Likewise. * sysdeps/powerpc/powerpc64/sysdep.h (JUMPTARGET): Likewise. * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Likewise. * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Likewise. * sysdeps/x86_64/sysdep.h (JUMPTARGET): Likewise.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index ef34cda0c3..f1af1224fb 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -88,7 +88,7 @@ tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 ex13 joinrace \ tststack $(tests-nodelete-$(have-z-nodelete)) ecmutex ex14 ex15 ex16 \ ex17 ex18 tst-cancel tst-context bug-sleep \ tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \ - tst-cancel6 + tst-cancel6 tst-popen test-srcs = tst-signal # These tests are linked with libc before libpthread tests-reverse += tst-cancel5 |