Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 14 Jan 2003 01:31:26 +0000 (01:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 14 Jan 2003 01:31:26 +0000 (01:31 +0000)
2003-01-14  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before
defining.

2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>

* sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals.
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it
here.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise.

2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>

* sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions
from here...
(PSEUDO): ... to here.
* sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction
from here...
(PSEUDO): ... to here.

* elf/dl-close.c (_dl_close): Fix typo, must be == not = in

ChangeLog
linuxthreads/ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S
nptl/ChangeLog
sysdeps/unix/alpha/sysdep.h

index e0ee4faab9910207083f025de778b01bd136f48a..8a1704a438edb585da358bc39c995bc48fafb843 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2003-01-14  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before
+       defining.
+
+2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals.
+       * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it
+       here.
+       * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise.
+
+2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions
+       from here...
+       (PSEUDO): ... to here.
+       * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction
+       from here...
+       (PSEUDO): ... to here.
+
 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
 
        * locale/programs/charmap-dir.c (charmap_readdir): Use struct
@@ -29,7 +50,7 @@
 
 2003-01-12  Ulrich Drepper  <drepper@redhat.com>
 
-       * elf/dl-close.c (_dl_close): Type typo, must be == not = in
+       * elf/dl-close.c (_dl_close): Fix typo, must be == not = in
        search for removed searchlist.  Reported by Roland McGrath.
 
        * io/ftwtest-sh: Add test for case of symlink to nonexisting file
index fbc327d2b653b4872a339f19bf457b1fa7f29c13..7a2f5965a9bac5730b71c9af31b0d7c52f5ca23e 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-14  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/ia64/vfork.S (JUMPTARGET): Remove.
+
 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
 
        * sysdeps/unix/sysv/linux/s390/s390-32/pt-initfini.c: Avoid
index 78c26228f7485912f0a33f920e9fa187d6830992..172ac2b040a1a85cbe5a819870212432daf4e74d 100644 (file)
@@ -21,8 +21,6 @@
 #define _SIGNAL_H
 #include <bits/signum.h>
 
-#define JUMPTARGET(name) name
-
 /* The following are defined in linux/sched.h, which unfortunately     */
 /* is not safe for inclusion in an assembly file.                      */
 #define CLONE_VM        0x00000100      /* set if VM shared between processes */
index 2b70a747e395fdeaca60ef5c20a0a7b36aeb91ea..20e4c7ac35b25f743794b799e60f338aa4ccb7fd 100644 (file)
@@ -1,3 +1,13 @@
+2003-01-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * pthread_mutex_lock.c (__pthread_mutex_lock_internal): Make
+       the alias unconditional.
+       * pthread_mutex_unlock.c  (__pthread_mutex_unlock_internal): Likewise.
+
+2003-01-13  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile (CFLAGS-pthread_self.c): New definition.
+
 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/pthread/pthread_sigmask.c (pthread_sigmask): Add
index 47d5f7683302316fe98c121be38f173168fedcc7..01e7de0d06d0731669a27b3c301daf0579907060 100644 (file)
@@ -129,6 +129,7 @@ $syscall_error:                                     \
 /* ??? Linux needs to be able to override INLINE_SYSCALL for one
    particular special case.  Make this easy.  */
 
+#undef INLINE_SYSCALL
 #define INLINE_SYSCALL(name, nr, args...) \
        INLINE_SYSCALL1(name, nr, args)