summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc/powerpc32
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-11 01:34:46 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-11 01:34:46 +0000
commit73b4ce64cc07a2732d691a4e3432cdc082d10567 (patch)
tree1cf92f7d90471b626e2a9ce98668837ef134a500 /sysdeps/unix/sysv/linux/powerpc/powerpc32
parentd682a515f1a83e557d694c35e011f06269528ae1 (diff)
Update.
2004-03-11 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S (__novec_swapcontext): Branch to novec_* labels.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc32')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S4
1 files changed, 2 insertions, 2 deletions
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)