mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Fix __setcontext return value on hppa.
This commit is contained in:
parent
d71400dca6
commit
07f94b7a96
@ -1,5 +1,7 @@
|
||||
2017-07-16 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext): Return 0.
|
||||
|
||||
* sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h (PSEUDO): Fix CFA offset.
|
||||
Use .cfi_def_cfa_offset instead of .cfi_offset. Don't record stack
|
||||
pointer offset. Correct PIC register offset. Don't mention frame
|
||||
|
@ -141,7 +141,7 @@ ENTRY(__setcontext)
|
||||
|
||||
/* No further context available. Exit now. */
|
||||
bl HIDDEN_JUMPTARGET(exit), %r2
|
||||
ldi -1, %r26
|
||||
ldi 0, %r26
|
||||
|
||||
|
||||
.Lerror:
|
||||
|
Loading…
Reference in New Issue
Block a user