summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2003-02-26 22:05:07 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2003-02-26 22:05:07 +0000
commitab86d26134c580ee38bc78c51943a1e9f6cd6133 (patch)
tree9edbbd9bafd537bddb58b852391c3506087016d7 /libexec
parent69e79a52e04b45badd8b0ebc99f4cb0bfdc3afea (diff)
Initialized the ABI stated 'cleanup' parameter to _start. This parameter
is not used, but is now initialized to a valid value.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.so/powerpc/ldasm.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.so/powerpc/ldasm.S b/libexec/ld.so/powerpc/ldasm.S
index 02c85582092..1fa654ae19e 100644
--- a/libexec/ld.so/powerpc/ldasm.S
+++ b/libexec/ld.so/powerpc/ldasm.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldasm.S,v 1.10 2003/02/02 16:57:58 deraadt Exp $ */
+/* $OpenBSD: ldasm.S,v 1.11 2003/02/26 22:05:06 drahn Exp $ */
/*
* Copyright (c) 1999 Dale Rahn
@@ -132,6 +132,7 @@ ENTRY(_dl_start)
mr 4, 21
mr 5, 22
mr 6, 23
+ li 7, 0
mtlr 27