about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-09-23 17:17:42 +0000
committerUlrich Drepper <drepper@redhat.com>2008-09-23 17:17:42 +0000
commit1c5eba39f6b10d5fa5c410602e3a94cc6ff144a0 (patch)
tree103d90bdca37ddf9a979d695c48848d081b2032d
parent28a7bbe575b0d31ad8647555896f21708b3c1948 (diff)
downloadglibc-1c5eba39f6b10d5fa5c410602e3a94cc6ff144a0.tar.gz
glibc-1c5eba39f6b10d5fa5c410602e3a94cc6ff144a0.tar.xz
glibc-1c5eba39f6b10d5fa5c410602e3a94cc6ff144a0.zip
* sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
	* sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/s390/s390-64/s390x-mcount.S2
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-64/socket.S2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index af7928069f..36d2f7adaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
+
+	* sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
+	* sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
+
 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
 
 	* dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
diff --git a/sysdeps/s390/s390-64/s390x-mcount.S b/sysdeps/s390/s390-64/s390x-mcount.S
index 0fa614cbf4..78b55218a9 100644
--- a/sysdeps/s390/s390-64/s390x-mcount.S
+++ b/sysdeps/s390/s390-64/s390x-mcount.S
@@ -64,7 +64,7 @@ C_LABEL(_mcount)
 	/* Pop the saved registers.  Please note that `mcount' has no
 	   return value.  */
 	lmg   %r14,%r5,160(%r15)
-        ahi   %r15,224
+        aghi   %r15,224
         br    %r14
 	ASM_SIZE_DIRECTIVE(C_SYMBOL_NAME(_mcount))
 
diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/socket.S b/sysdeps/unix/sysv/linux/s390/s390-64/socket.S
index d4c3a1c4e1..91c2a8031e 100644
--- a/sysdeps/unix/sysv/linux/s390/s390-64/socket.S
+++ b/sysdeps/unix/sysv/linux/s390/s390-64/socket.S
@@ -61,7 +61,7 @@ ENTRY(__socket)
 	cfi_offset (%r6,-112)
         lgr     %r1,%r15
         lg      %r0,8(%r15)             /* Load eos.  */
-        ahi     %r15,-208               /* Buy stack space.  */
+        aghi     %r15,-208              /* Buy stack space.  */
 	cfi_adjust_cfa_offset (208)
         stg     %r1,0(%r15)             /* Store back chain.  */
         stg     %r0,8(%r15)             /* Store eos.  */