]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix return pointer save and PIC register restore in __getcontext and
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 1 Oct 2017 15:58:04 +0000 (11:58 -0400)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 1 Oct 2017 15:58:04 +0000 (11:58 -0400)
commit8da92e722ca66e35003abf64a77ae529f9989e6a
tree0e56ce3883a28656ff27c9ded225f3a300fd75b1
parent388784cfddc20ada56d3e52f830d6445b14aa3af
Fix return pointer save and PIC register restore in __getcontext and
__setcontext on hppa.

* sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Save return
pointer in frame.
* sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext): Likewise.
Correct offset used to restore PIC register.
ChangeLog
sysdeps/unix/sysv/linux/hppa/getcontext.S
sysdeps/unix/sysv/linux/hppa/setcontext.S