aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/fpu/s_fabs.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-12 00:19:17 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-12 00:19:17 +0000
commit48ac0597336da20bedb567734cfa10a34128008c (patch)
tree4a8bd63b90e10a0286a5c8a623dd1a385f360dbf /sysdeps/powerpc/fpu/s_fabs.S
parent0d57f6957019317183e9e6d82dd587dc7bde48bf (diff)
downloadglibc-48ac0597336da20bedb567734cfa10a34128008c.tar
glibc-48ac0597336da20bedb567734cfa10a34128008c.tar.gz
glibc-48ac0597336da20bedb567734cfa10a34128008c.tar.bz2
glibc-48ac0597336da20bedb567734cfa10a34128008c.zip
Update.
1999-10-11 Ulrich Drepper <drepper@cygnus.com> * malloc/memprof.c (GETSP): Define for PowerPC. (GETTIME): Fix generic version.
Diffstat (limited to 'sysdeps/powerpc/fpu/s_fabs.S')
-rw-r--r--sysdeps/powerpc/fpu/s_fabs.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/fpu/s_fabs.S b/sysdeps/powerpc/fpu/s_fabs.S
index f152079e0a..cf92e00289 100644
--- a/sysdeps/powerpc/fpu/s_fabs.S
+++ b/sysdeps/powerpc/fpu/s_fabs.S
@@ -21,7 +21,7 @@
ENTRY(__fabs)
/* double [f1] fabs (double [f1] x); */
- fabs f1,f1
+ fabs fp1,fp1
blr
END(__fabs)