* 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.
This commit is contained in:
Ulrich Drepper 1999-01-29 11:29:58 +00:00
parent d51913e933
commit 28133993a3
4 changed files with 11 additions and 6 deletions

View File

@ -1,5 +1,10 @@
1999-01-29 Ulrich Drepper <drepper@cygnus.com>
* 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.

View File

@ -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 <drepper@cygnus.com>, 1997.
@ -30,7 +30,7 @@ ENTRY(__fdim)
sahf
jp 1f
fsubp %st(1), %st
fsubrp %st(1), %st
jc 2f
fstp %st(0)

View File

@ -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 <drepper@cygnus.com>, 1997.
@ -30,7 +30,7 @@ ENTRY(__fdimf)
sahf
jp 1f
fsubp %st(1), %st
fsubrp %st(1), %st
jc 2f
fstp %st(0)

View File

@ -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 <drepper@cygnus.com>, 1997.
@ -30,7 +30,7 @@ ENTRY(__fdiml)
sahf
jp 1f
fsubp %st(1), %st
fsubrp %st(1), %st
jc 2f
fstp %st(0)