From 7aba050de9d46499ed3ce1ddc010cb1850ade9eb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 12 Sep 2001 22:20:11 +0000 Subject: [PATCH] Update. * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP. --- ChangeLog | 1 + linuxthreads/ChangeLog | 8 +++++++- sysdeps/unix/make-syscalls.sh | 5 +++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6aa7255..8a4df63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ * Makeconfig (preprocess-versions): Define ASSEMBLER. * stdlib/Makefile (isomac-CFLAGS): Define to -O. * posix/Makefile (annexc-CFLAGS): Define to -O. + * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP. 2001-09-11 Ulrich Drepper diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index b4c474a..711c3fb 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,11 @@ +2001-09-12 Jakub Jelinek + + * sysdeps/pthread/timer_delete.c (timer_delete): Thread may be NULL + for SIGEV_NONE. + * sysdeps/pthread/timer_settime.c (timer_settime): Likewise. + 2001-09-11 Ulrich Drepper - Wolfram Gloger + Wolfram Gloger * join.c: Protect all communications from and to manager with TEMP_FAILURE_RETRY. diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh index 8a9c759..10d6992 100644 --- a/sysdeps/unix/make-syscalls.sh +++ b/sysdeps/unix/make-syscalls.sh @@ -74,8 +74,9 @@ while read file srcfile caller syscall args strong weak; do callnum=- eval `{ echo "#include "; echo "callnum=SYS_ify ($syscall)"; } | - $asm_CPP - |sed -n -e "/^callnum=.*$syscall/d" \ - -e "/^\(callnum=\)[ ]*\(.*\)/s//\1'\2'/p"` + $asm_CPP -D__OPTIMIZE__ - | + sed -n -e "/^callnum=.*$syscall/d" \ + -e "/^\(callnum=\)[ ]*\(.*\)/s//\1'\2'/p"` # Derive the number of arguments from the argument signature case $args in -- 2.7.4