summaryrefslogtreecommitdiff
path: root/libexec/ld.so/i386/ldasm.S
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ld.so/i386/ldasm.S')
-rw-r--r--libexec/ld.so/i386/ldasm.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ld.so/i386/ldasm.S b/libexec/ld.so/i386/ldasm.S
index c3ff47b5234..cf20d25310d 100644
--- a/libexec/ld.so/i386/ldasm.S
+++ b/libexec/ld.so/i386/ldasm.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldasm.S,v 1.3 2002/12/18 19:20:02 drahn Exp $ */
+/* $OpenBSD: ldasm.S,v 1.4 2003/02/02 16:57:58 deraadt Exp $ */
/*
* Copyright (c) 2002 Dale Rahn
@@ -266,13 +266,13 @@ _dl_bind_start:
pushl %edi
pushl %ds
pushl %es
-
+
pushl 44(%esp) # Copy of reloff
pushl 44(%esp) # Copy of obj
call _dl_bind@PLT # Call the binder
addl $8,%esp # pop binder args
movl %eax,44(%esp) # Store function to be called in obj
-
+
popl %es # restore registers
popl %ds
popl %edi