mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-19 05:43:18 +03:00
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.
This commit is contained in:
@ -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>
|
2016-03-31 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
|
||||||
|
|
||||||
[BZ #19853]
|
[BZ #19853]
|
||||||
|
@ -90,7 +90,7 @@ _dl_runtime_resolve:
|
|||||||
.machinemode "zarch_nohighgprs"
|
.machinemode "zarch_nohighgprs"
|
||||||
vlm %v24,%v31,96(%r15) # restore vector registers
|
vlm %v24,%v31,96(%r15) # restore vector registers
|
||||||
.machine pop
|
.machine pop
|
||||||
aghi %r15,224 # remove stack frame
|
ahi %r15,224 # remove stack frame
|
||||||
cfi_adjust_cfa_offset (-224)
|
cfi_adjust_cfa_offset (-224)
|
||||||
#else
|
#else
|
||||||
ahi %r15,96 # remove stack frame
|
ahi %r15,96 # remove stack frame
|
||||||
|
Reference in New Issue
Block a user