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:41 +0200
committerStefan Liebler <stli@linux.ibm.com>2018-08-10 09:07:41 +0200
commitc7099673aa9db8ce89fbbc937301d77672c4af6c (patch)
tree7528801e6a8ed32718fb1e9413b62770530ad3da /ChangeLog
parent2813e41e9049ccd0c75edc19c4fdefb21213b495 (diff)
downloadglibc-c7099673aa9db8ce89fbbc937301d77672c4af6c.tar.gz
glibc-c7099673aa9db8ce89fbbc937301d77672c4af6c.tar.xz
glibc-c7099673aa9db8ce89fbbc937301d77672c4af6c.zip
S390: Use symbolic offsets for stack variables in 32-bit _dl_runtime_resolve
Maintainability improvement.

ChangeLog:

	* sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
	Use symbolic offsets for stack variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a912870061..af62cc22fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-10  Ilya Leoshkevich  <iii@linux.ibm.com>
+
+	* sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
+	Use symbolic offsets for stack variables.
+
 2018-08-09  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/gen-libm-test.py: New file.