From 38a29b57af7ed8b6f5c45253ccff1efe3fa0d71e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 11 Oct 1999 23:31:35 +0000 Subject: Update. * sysdeps/unix/sysv/linux/powerpc/brk.S: Adjust asm syntax. --- sysdeps/powerpc/fpu/s_copysign.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps/powerpc/fpu') diff --git a/sysdeps/powerpc/fpu/s_copysign.S b/sysdeps/powerpc/fpu/s_copysign.S index f7a412d..9027697 100644 --- a/sysdeps/powerpc/fpu/s_copysign.S +++ b/sysdeps/powerpc/fpu/s_copysign.S @@ -27,14 +27,14 @@ ENTRY(__copysign) copysign(x,y) returns a value with the magnitude of x and with the sign bit of y. */ stwu r1,-16(r1) - stfd f2,8(r1) + stfd fp2,8(r1) lwz r3,8(r1) cmpwi r3,0 addi r1,r1,16 blt 0f - fabs f1,f1 + fabs fp1,fp1 blr -0: fnabs f1,f1 +0: fnabs fp1,fp1 blr END (__copysign) -- cgit v1.1