about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIlya Leoshkevich <iii@linux.ibm.com>2018-08-10 09:07:44 +0200
committerStefan Liebler <stli@linux.ibm.com>2018-08-10 09:07:44 +0200
commit8f135efcad9f32daaa560b7403ab8c1498c0c659 (patch)
tree086a4b3ff4175bb9ee7f33565a585f1a66c51702 /ChangeLog
parent71c01af52fdf643abe3946f934693a55887a8ead (diff)
downloadglibc-8f135efcad9f32daaa560b7403ab8c1498c0c659.tar.gz
glibc-8f135efcad9f32daaa560b7403ab8c1498c0c659.tar.xz
glibc-8f135efcad9f32daaa560b7403ab8c1498c0c659.zip
S390: Fix unwind in 32-bit _mcount
* Fix CFI offset for %r14.
* Fix unwound value of %r15 being off by 128 bytes.

ChangeLog:

	* sysdeps/s390/s390-32/s390-mcount.S (_mcount):
	Fix unwind.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3a085e22b..bcbeb8cd67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2018-08-10  Ilya Leoshkevich  <iii@linux.ibm.com>
 
+	* sysdeps/s390/s390-32/s390-mcount.S (_mcount):
+	Fix unwind.
+
+2018-08-10  Ilya Leoshkevich  <iii@linux.ibm.com>
+
 	* sysdeps/s390/s390-64/Versions (__fentry__): Add.
 	* sysdeps/s390/s390-64/s390x-mcount.S: Move the common
 	code to s390x-mcount.h and #include it.