about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386/mmap64.S
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-05-04 18:33:36 +0000
committerJakub Jelinek <jakub@redhat.com>2005-05-04 18:33:36 +0000
commitf6cc6cdf0b94eb1608ceeabcab2450c8cd4054a4 (patch)
tree01abe7e7555ee0d87db36c06881902ac01af2333 /sysdeps/unix/sysv/linux/i386/mmap64.S
parente759ccae887cac69cd47b878c67eba5dd1934f56 (diff)
downloadglibc-f6cc6cdf0b94eb1608ceeabcab2450c8cd4054a4.tar.gz
glibc-f6cc6cdf0b94eb1608ceeabcab2450c8cd4054a4.tar.xz
glibc-f6cc6cdf0b94eb1608ceeabcab2450c8cd4054a4.zip
Updated to fedora-glibc-20050504T1818
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/mmap64.S')
-rw-r--r--sysdeps/unix/sysv/linux/i386/mmap64.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/mmap64.S b/sysdeps/unix/sysv/linux/i386/mmap64.S
index 89d9f5f356..4209453819 100644
--- a/sysdeps/unix/sysv/linux/i386/mmap64.S
+++ b/sysdeps/unix/sysv/linux/i386/mmap64.S
@@ -130,6 +130,7 @@ L(einval):
 3:
 	/* Save registers.  */
 	movl %ebx, %edx
+	cfi_register (ebx, edx)
 
 	cmpl $0, OFFHI-SVRSP(%esp)
 	jne L(einval2)
@@ -143,6 +144,7 @@ L(einval):
 
 	/* Restore registers.  */
 	movl %edx, %ebx
+	cfi_restore (ebx)
 
 	/* If 0 > %eax > -4096 there was an error.  */
 	cmpl $-4096, %eax
@@ -154,8 +156,10 @@ L(pseudo_end):
 #endif
 	ret
 
+	cfi_register (ebx, edx)
 L(einval2):
 	movl %edx, %ebx
+	cfi_restore (ebx)
 	movl $-EINVAL, %eax
 	jmp SYSCALL_ERROR_LABEL
 #endif