From 1c5eba39f6b10d5fa5c410602e3a94cc6ff144a0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 23 Sep 2008 17:17:42 +0000 Subject: * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi. * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise. --- sysdeps/s390/s390-64/s390x-mcount.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/s390') 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)) -- cgit 1.4.1