public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED][PATCH] S390: Use ahi instead of aghi in 32bit _dl_runtime_resolve.
@ 2016-04-01  8:44 Stefan Liebler
  0 siblings, 0 replies; only message in thread
From: Stefan Liebler @ 2016-04-01  8:44 UTC (permalink / raw)
  To: libc-alpha

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

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.

[-- Attachment #2: 0003-S390-Use-ahi-in-_dl_runtime_resolve.patch --]
[-- Type: text/x-patch, Size: 507 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-01  8:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-01  8:44 [COMMITTED][PATCH] S390: Use ahi instead of aghi in 32bit _dl_runtime_resolve Stefan Liebler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).