]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 12 Jan 2002 01:44:29 +0000 (01:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 12 Jan 2002 01:44:29 +0000 (01:44 +0000)
ChangeLog
linuxthreads/ChangeLog

index c11a221285d8791ef6045305baefe9e4245251b9..e2c86afc5071ac38b1ef6d2cba1a4ad7741d996c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-01-11  Martin Schwidefsky <schwidefsky@de.ibm.com>
+
+     * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
+     Set for s390 and s390x architectures.
+     (arch_minimum_kernel): Set for s390 and s390x.
+     * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline
+     assembly contraints.
+     * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
+     * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
+     remove high order bit from the program counter.
+     * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
+     * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
+
 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
index 504d8ef0c58aab465e99fde098b8509a77ee8956..da1a08561ab6cf7c756260e354f8250d2819d71c 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-11  Andreas Schwab  <schwab@suse.de>
+
+       * signals.c (sighandler): Initialize all elements to SIG_ERR.
+       (__sigaction): Don't use value from sighandler if it is SIG_ERR.
+
 2002-01-06  Richard Henderson  <rth@redhat.com>
 
        * sysdeps/alpha/elf/pt-initfini.c: New file.