summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2003-02-26 22:05:06 +0000
committerdrahn <drahn@openbsd.org>2003-02-26 22:05:06 +0000
commitde33d14b7f0ebb688957d20d8c06261bf26f4213 (patch)
tree2408d387680da351fea758f49447f76283e19bbb
parentRemove an unnecessary structure copy from useage of setfault(), call (diff)
downloadwireguard-openbsd-de33d14b7f0ebb688957d20d8c06261bf26f4213.tar.xz
wireguard-openbsd-de33d14b7f0ebb688957d20d8c06261bf26f4213.zip
Initialized the ABI stated 'cleanup' parameter to _start. This parameter
is not used, but is now initialized to a valid value.
-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