diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2016-04-01 10:42:54 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.vnet.ibm.com> | 2016-04-01 10:42:54 +0200 |
commit | d8a012c5c9e4bfc1b8db2bc6deacb85b44a2e1eb (patch) | |
tree | d5dc15026073c129ccb60fe8a02f80ffd52b3ab2 /ChangeLog | |
parent | 37a4c70bd4c5c74ac562072e450dc02e8cb4c150 (diff) | |
download | glibc-d8a012c5c9e4bfc1b8db2bc6deacb85b44a2e1eb.tar.gz glibc-d8a012c5c9e4bfc1b8db2bc6deacb85b44a2e1eb.tar.xz glibc-d8a012c5c9e4bfc1b8db2bc6deacb85b44a2e1eb.zip |
S390: Use ahi instead of aghi in 32bit _dl_runtime_resolve.
This patch uses ahi instead of aghi in 32bit _dl_runtime_resolve to adjust the stack pointer. This is no functional change, but a cosmetic one. ChangeLog: * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve): Use ahi instead of aghi to adjust stack pointer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 29dd164802..084c3d888f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-04-01 Stefan Liebler <stli@linux.vnet.ibm.com> + + * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve): + Use ahi instead of aghi to adjust stack pointer. + 2016-03-31 Paul E. Murphy <murphyp@linux.vnet.ibm.com> [BZ #19853] |