about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-29 11:29:58 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-29 11:29:58 +0000
commit28133993a3fdbfc912cd4b070540cc6db0000786 (patch)
treea0f905253326b5ee382ae22d27b9b252c8f8c6d1
parentd51913e933e4a323fcafbac9b054c0addb7a201e (diff)
downloadglibc-28133993a3fdbfc912cd4b070540cc6db0000786.tar.gz
glibc-28133993a3fdbfc912cd4b070540cc6db0000786.tar.xz
glibc-28133993a3fdbfc912cd4b070540cc6db0000786.zip
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.
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/libm-i387/s_fdim.S4
-rw-r--r--sysdeps/libm-i387/s_fdimf.S4
-rw-r--r--sysdeps/libm-i387/s_fdiml.S4
4 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 860b106f12..e2a0923f03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/sysdeps/libm-i387/s_fdim.S b/sysdeps/libm-i387/s_fdim.S
index 758d6ec915..443c8407c8 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 <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)
diff --git a/sysdeps/libm-i387/s_fdimf.S b/sysdeps/libm-i387/s_fdimf.S
index 862f28e0eb..acb8df75d4 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 <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)
diff --git a/sysdeps/libm-i387/s_fdiml.S b/sysdeps/libm-i387/s_fdiml.S
index 428ae36343..446c2c42fe 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 <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)