aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/s390/s390-32
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2016-04-01 10:42:54 +0200
committerStefan Liebler <stli@linux.vnet.ibm.com>2016-04-01 10:42:54 +0200
commitd8a012c5c9e4bfc1b8db2bc6deacb85b44a2e1eb (patch)
treed5dc15026073c129ccb60fe8a02f80ffd52b3ab2 /sysdeps/s390/s390-32
parent37a4c70bd4c5c74ac562072e450dc02e8cb4c150 (diff)
downloadglibc-d8a012c5c9e4bfc1b8db2bc6deacb85b44a2e1eb.zip
glibc-d8a012c5c9e4bfc1b8db2bc6deacb85b44a2e1eb.tar.gz
glibc-d8a012c5c9e4bfc1b8db2bc6deacb85b44a2e1eb.tar.bz2
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 'sysdeps/s390/s390-32')
-rw-r--r--sysdeps/s390/s390-32/dl-trampoline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/s390-32/dl-trampoline.h b/sysdeps/s390/s390-32/dl-trampoline.h
index bb74d27..086449f 100644
--- a/sysdeps/s390/s390-32/dl-trampoline.h
+++ b/sysdeps/s390/s390-32/dl-trampoline.h
@@ -90,7 +90,7 @@ _dl_runtime_resolve:
.machinemode "zarch_nohighgprs"
vlm %v24,%v31,96(%r15) # restore vector registers
.machine pop
- aghi %r15,224 # remove stack frame
+ ahi %r15,224 # remove stack frame
cfi_adjust_cfa_offset (-224)
#else
ahi %r15,96 # remove stack frame