aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-09 20:30:21 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-09 20:30:21 +0000
commit29d9a17dba956f7d14eb0dd15f71751fd6da02ce (patch)
tree32f075141fb061c520bb74617412fa4c538b8c9d /linuxthreads/ChangeLog
parent8f6a393ea595c6b3673d03acf05ae5adc3836fce (diff)
downloadglibc-29d9a17dba956f7d14eb0dd15f71751fd6da02ce.tar
glibc-29d9a17dba956f7d14eb0dd15f71751fd6da02ce.tar.gz
glibc-29d9a17dba956f7d14eb0dd15f71751fd6da02ce.tar.bz2
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/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 0a6e6a65ff..862b5485ab 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,16 @@
+2003-01-09 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/unix/sysv/linux/i386/vfork.S: New file.
+ * sysdeps/unix/sysv/linux/ia64/vfork.S: New file.
+ * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
+ [__ASSEMBLER__] (SINGLE_THREAD_P): Remove trailing ;;.
+ * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: New file.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: New file.
+ * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
+ * sysdeps/unix/sysv/linux/alpha/vfork.S: New file.
+ * tst-popen.c: New test.
+ * Makefile (tests): Add tst-popen.
+
2003-01-06 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Add