]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Sep 2008 17:17:42 +0000 (17:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Sep 2008 17:17:42 +0000 (17:17 +0000)
* sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.

ChangeLog
sysdeps/s390/s390-64/s390x-mcount.S
sysdeps/unix/sysv/linux/s390/s390-64/socket.S

index af7928069f4bc75a01cea3d28863b33c6343fb19..36d2f7adaf73422a1c9985879e032b2b14abaf12 100644 (file)
--- 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.
index 0fa614cbf42139db7f21234606fcc5b1b35ea78b..78b55218a97dbb5434e6db8b5ffc29400249094e 100644 (file)
@@ -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))
 
index d4c3a1c4e1632704bd1ba5dd623407b50e220846..91c2a8031e24ec73a028845199892ea0e482fda9 100644 (file)
@@ -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.  */