bca718
commit d8a012c5c9e4bfc1b8db2bc6deacb85b44a2e1eb
bca718
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
bca718
Date:   Fri Apr 1 10:42:54 2016 +0200
bca718
bca718
    S390: Use ahi instead of aghi in 32bit _dl_runtime_resolve.
bca718
    
bca718
    This patch uses ahi instead of aghi in 32bit _dl_runtime_resolve
bca718
    to adjust the stack pointer. This is no functional change,
bca718
    but a cosmetic one.
bca718
    
bca718
    ChangeLog:
bca718
    
bca718
    	* sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
bca718
    	Use ahi instead of aghi to adjust stack pointer.
bca718
bca718
diff --git a/sysdeps/s390/s390-32/dl-trampoline.h b/sysdeps/s390/s390-32/dl-trampoline.h
bca718
index bb74d27..086449f 100644
bca718
--- a/sysdeps/s390/s390-32/dl-trampoline.h
bca718
+++ b/sysdeps/s390/s390-32/dl-trampoline.h
bca718
@@ -90,7 +90,7 @@ _dl_runtime_resolve:
bca718
 	.machinemode "zarch_nohighgprs"
bca718
 	vlm    %v24,%v31,96(%r15)	# restore vector registers
bca718
 	.machine pop
bca718
-	aghi   %r15,224			# remove stack frame
bca718
+	ahi   %r15,224			# remove stack frame
bca718
 	cfi_adjust_cfa_offset (-224)
bca718
 #else
bca718
 	ahi    %r15,96			# remove stack frame