2000-12-09  H.J. Lu  <hjl@gnu.org>

	* sysdeps/ia64/fpu/s_fabs.S: New file.
	* sysdeps/ia64/fpu/s_fabsf.S: New file.
	* sysdeps/ia64/fpu/s_fabsl.S: New file.

2000-12-10  Richard Henderson  <rth@redhat.com>
This commit is contained in:
Ulrich Drepper 2000-12-16 04:48:49 +00:00
parent 52c4f00664
commit bafd15679c
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2000-12-09 H.J. Lu <hjl@gnu.org>
* sysdeps/ia64/fpu/s_fabs.S: New file.
* sysdeps/ia64/fpu/s_fabsf.S: New file.
* sysdeps/ia64/fpu/s_fabsl.S: New file.
2000-12-15 Andreas Jaeger <aj@suse.de>
* stdio-common/scanf9.c (main): Reformat and change to avoid

View File

@ -0,0 +1 @@
/* __fabsf is in s_fabs.S. */

View File

@ -0,0 +1 @@
/* __fabsl is in s_fabs.S. */