olga / rpms / glibc

Forked from rpms/glibc 5 years ago
Clone

Blame SOURCES/glibc-rh1324427-3.patch

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