about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--sysdeps/ia64/fpu/s_fabsf.S1
-rw-r--r--sysdeps/ia64/fpu/s_fabsl.S1
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab94b136b8..e1a6eefca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
@@ -60,7 +66,7 @@
 	kernel_sigset_t and use it.
 	Patch by Hiroyuki Machida <machida@sm.sony.co.jp>.
 
-2000-12-10  Richard Henderson <rth@redhat.com>
+2000-12-10  Richard Henderson  <rth@redhat.com>
 
 	* sysdeps/alpha/alphaev67/fpu/Implies: New file.
 	* sysdeps/alpha/alphaev6/fpu/e_sqrtf.S: New file.
diff --git a/sysdeps/ia64/fpu/s_fabsf.S b/sysdeps/ia64/fpu/s_fabsf.S
new file mode 100644
index 0000000000..7e5abde625
--- /dev/null
+++ b/sysdeps/ia64/fpu/s_fabsf.S
@@ -0,0 +1 @@
+/* __fabsf is in s_fabs.S. */
diff --git a/sysdeps/ia64/fpu/s_fabsl.S b/sysdeps/ia64/fpu/s_fabsl.S
new file mode 100644
index 0000000000..3d7a41fe2b
--- /dev/null
+++ b/sysdeps/ia64/fpu/s_fabsl.S
@@ -0,0 +1 @@
+/* __fabsl is in s_fabs.S. */