From f4c024d1f956a7e853eba10ce33ab6851b5d43d1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 10 Mar 2004 06:05:14 +0000 Subject: Update. 2004-03-09 Richard Henderson * math/math.h (isgreater, isgreaterequal, isless, islessequal, islessgreater, isunordered): Use builtins if available. * sysdeps/i386/fpu/bits/mathinline.h: Don't define via builtins. * sysdeps/m68k/fpu/bits/mathinline.h: Likewise. * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise. * sysdeps/sparc/fpu/bits/mathinline.h: Likewise. * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise. * sysdeps/alpha/fpu/bits/mathinline.h (isgreater, isgreaterequal, isless, islessequal, islessgreater): Remove; use default. (isunordered): Convert inputs to double. --- nptl/ChangeLog | 13 +++++++++++++ nptl/tst-cancel20.c | 3 ++- nptl/tst-cancel21.c | 4 +++- 3 files changed, 18 insertions(+), 2 deletions(-) (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1ea68cfcc7..650a1662f2 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,16 @@ +2004-03-09 Richard Henderson + + * math/math.h (isgreater, isgreaterequal, isless, islessequal, + islessgreater, isunordered): Use builtins if available. + * sysdeps/i386/fpu/bits/mathinline.h: Don't define via builtins. + * sysdeps/m68k/fpu/bits/mathinline.h: Likewise. + * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise. + * sysdeps/sparc/fpu/bits/mathinline.h: Likewise. + * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise. + * sysdeps/alpha/fpu/bits/mathinline.h (isgreater, isgreaterequal, + isless, islessequal, islessgreater): Remove; use default. + (isunordered): Convert inputs to double. + 2004-02-09 Jakub Jelinek * sysdeps/unix/sysv/linux/i386/vfork.S (SAVE_PID): Negate PID diff --git a/nptl/tst-cancel20.c b/nptl/tst-cancel20.c index 8155c0e9fa..d88cb9caf8 100644 --- a/nptl/tst-cancel20.c +++ b/nptl/tst-cancel20.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 Free Software Foundation, Inc. +/* Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2003. @@ -105,6 +105,7 @@ tf (void *arg) static int do_one_test (void) { + in_sh_body = 0; cleanups = 0; if (pipe (fd) != 0 || pipe (fd + 2) != 0) { diff --git a/nptl/tst-cancel21.c b/nptl/tst-cancel21.c index c40d87b84b..cc00cc1683 100644 --- a/nptl/tst-cancel21.c +++ b/nptl/tst-cancel21.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 Free Software Foundation, Inc. +/* Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2003. @@ -162,6 +162,8 @@ tf (void *arg) static int do_one_test (void) { + in_sh_body = 0; + pid_t pid = fork (); if (pid == -1) -- cgit 1.4.1