projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3522d33
)
(__novec_swapcontext): Branch to novec_* labels.
author
drepper
<drepper>
Thu, 11 Mar 2004 01:30:56 +0000
(
01:30
+0000)
committer
drepper
<drepper>
Thu, 11 Mar 2004 01:30:56 +0000
(
01:30
+0000)
sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
b/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
index
1bf3f51
..
2acfa3a
100644
(file)
--- 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)