From 73b4ce64cc07a2732d691a4e3432cdc082d10567 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 11 Mar 2004 01:34:46 +0000 Subject: Update. 2004-03-11 Jakub Jelinek * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S (__novec_swapcontext): Branch to novec_* labels. --- sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S b/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S index 1bf3f516b1..2acfa3abee 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S @@ -573,7 +573,7 @@ ENTRY(__novec_swapcontext) li r3,SIG_SETMASK bl JUMPTARGET(sigprocmask) cmpwi r3,0 - bne L(error_exit) + bne L(novec_error_exit) /* * If the new ucontext refers to the point where we were interrupted @@ -590,7 +590,7 @@ ENTRY(__novec_swapcontext) lwz r31,_UC_REGS_PTR(r31) lwz r0,_UC_GREGS+(PT_MSR*4)(r31) cmpwi r0,0 - bne L(do_sigret) + bne L(novec_do_sigret) /* Restore the floating-point registers */ lfd fp31,_UC_FREGS+(32*8)(r31) -- cgit 1.4.1