summaryrefslogtreecommitdiff
path: root/libexec/ld.so
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-01-26 20:40:43 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-01-26 20:40:43 +0000
commitca2b60a6be2f0b91b67396f7ec5fbf6e8e98b063 (patch)
treeee4587aed88249c87a0adaa85bd8801ba64f26eb /libexec/ld.so
parenta8686a4db10a5de9ae2298c5156d0554b991776e (diff)
Forgot to remove one line in 1.2, in turn caused div() from libc to fail if
invoked with lazy binding.
Diffstat (limited to 'libexec/ld.so')
-rw-r--r--libexec/ld.so/m88k/ldasm.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ld.so/m88k/ldasm.S b/libexec/ld.so/m88k/ldasm.S
index 6782e75ca43..2e2f8382b87 100644
--- a/libexec/ld.so/m88k/ldasm.S
+++ b/libexec/ld.so/m88k/ldasm.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldasm.S,v 1.3 2013/01/23 19:01:44 miod Exp $ */
+/* $OpenBSD: ldasm.S,v 1.4 2013/01/26 20:40:42 miod Exp $ */
/*
* Copyright (c) 2013 Miodrag Vallat.
@@ -121,7 +121,6 @@ ENTRY(_dl_bind_start)
st.d %r8, %r31, 4 * 6
st %r10, %r31, 4 * 8
st.d %r12, %r31, 4 * 10
- st %r13, %r31, 4 * 10
/*
* Invoke resolver entry point.