about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2017-10-01 11:58:04 -0400
committerJohn David Anglin <danglin@gcc.gnu.org>2017-10-01 11:58:04 -0400
commit8da92e722ca66e35003abf64a77ae529f9989e6a (patch)
tree0e56ce3883a28656ff27c9ded225f3a300fd75b1 /ChangeLog
parent388784cfddc20ada56d3e52f830d6445b14aa3af (diff)
downloadglibc-8da92e722ca66e35003abf64a77ae529f9989e6a.tar.gz
glibc-8da92e722ca66e35003abf64a77ae529f9989e6a.tar.xz
glibc-8da92e722ca66e35003abf64a77ae529f9989e6a.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f639d0acb9..593ac8395a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-10-01  John David Anglin  <danglin@gcc.gnu.org>
+
+	* 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.
+
 2017-09-30  John David Anglin  <danglin@gcc.gnu.org>
 
 	[BZ libc/22165]