diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2018-08-10 09:07:43 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2018-08-10 09:07:43 +0200 |
commit | 5755f5e4ccc97f6a502d4a176ccec87a98f1c866 (patch) | |
tree | 5aa2ed66b269881fb31bf30c4643f1acb4373ea8 /ChangeLog | |
parent | c8ad85225bd5968e45c716519d88743811dbdb3e (diff) | |
download | glibc-5755f5e4ccc97f6a502d4a176ccec87a98f1c866.tar.gz glibc-5755f5e4ccc97f6a502d4a176ccec87a98f1c866.tar.xz glibc-5755f5e4ccc97f6a502d4a176ccec87a98f1c866.zip |
S390: Do not clobber R0 in 64-bit _dl_runtime_resolve
Preparation for the usage of R0 by __fentry__. ChangeLog: * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve): Do not clobber R0.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5452201eb6..fb04742ba7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com> + * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve): + Do not clobber R0. + +2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com> + * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_profile): Do not clobber R0. |