From 28133993a3fdbfc912cd4b070540cc6db0000786 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 29 Jan 1999 11:29:58 +0000 Subject: [PATCH] Update. * sysdeps/libm-i387/s_fdim.S: Change fsubp to fsubrp for picky gas. * sysdeps/libm-i387/s_fdimf.S: Likewise. * sysdeps/libm-i387/s_fdiml.S: Likewise. --- ChangeLog | 5 +++++ sysdeps/libm-i387/s_fdim.S | 4 ++-- sysdeps/libm-i387/s_fdimf.S | 4 ++-- sysdeps/libm-i387/s_fdiml.S | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 860b106..e2a0923 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1999-01-29 Ulrich Drepper + * sysdeps/libm-i387/s_fdim.S: Change fsubp to fsubrp for picky + gas. + * sysdeps/libm-i387/s_fdimf.S: Likewise. + * sysdeps/libm-i387/s_fdiml.S: Likewise. + * sysdeps/alpha/fpu/s_floor.c (__floor): Don't depend on inlining, duplicate the code. * sysdeps/alpha/fpu/s_floorf.c (__floorf): Likewise. diff --git a/sysdeps/libm-i387/s_fdim.S b/sysdeps/libm-i387/s_fdim.S index 758d6ec..443c840 100644 --- a/sysdeps/libm-i387/s_fdim.S +++ b/sysdeps/libm-i387/s_fdim.S @@ -1,5 +1,5 @@ /* Compute positive difference. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -30,7 +30,7 @@ ENTRY(__fdim) sahf jp 1f - fsubp %st(1), %st + fsubrp %st(1), %st jc 2f fstp %st(0) diff --git a/sysdeps/libm-i387/s_fdimf.S b/sysdeps/libm-i387/s_fdimf.S index 862f28e..acb8df7 100644 --- a/sysdeps/libm-i387/s_fdimf.S +++ b/sysdeps/libm-i387/s_fdimf.S @@ -1,5 +1,5 @@ /* Compute positive difference. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -30,7 +30,7 @@ ENTRY(__fdimf) sahf jp 1f - fsubp %st(1), %st + fsubrp %st(1), %st jc 2f fstp %st(0) diff --git a/sysdeps/libm-i387/s_fdiml.S b/sysdeps/libm-i387/s_fdiml.S index 428ae36..446c2c4 100644 --- a/sysdeps/libm-i387/s_fdiml.S +++ b/sysdeps/libm-i387/s_fdiml.S @@ -1,5 +1,5 @@ /* Compute positive difference. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -30,7 +30,7 @@ ENTRY(__fdiml) sahf jp 1f - fsubp %st(1), %st + fsubrp %st(1), %st jc 2f fstp %st(0) -- 2.7.4