summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2020-07-18 17:13:00 +0000
committerderaadt <deraadt@openbsd.org>2020-07-18 17:13:00 +0000
commitd6dc27e77f425ed79331b31e9aa9f07c2a3484b6 (patch)
treefc63461d1fdcbf42fa993a6f0e6233040dd2896b
parentsync (diff)
downloadwireguard-openbsd-d6dc27e77f425ed79331b31e9aa9f07c2a3484b6.tar.xz
wireguard-openbsd-d6dc27e77f425ed79331b31e9aa9f07c2a3484b6.zip
__main() is not need anymore
-rw-r--r--sys/arch/alpha/stand/start.S9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/alpha/stand/start.S b/sys/arch/alpha/stand/start.S
index bf94a232765..446d39b1ab4 100644
--- a/sys/arch/alpha/stand/start.S
+++ b/sys/arch/alpha/stand/start.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: start.S,v 1.6 2011/06/05 21:49:36 miod Exp $ */
+/* $OpenBSD: start.S,v 1.7 2020/07/18 17:13:00 deraadt Exp $ */
/* $NetBSD: start.S,v 1.4 1996/10/17 02:50:40 cgd Exp $ */
/*
@@ -71,13 +71,6 @@ XLEAF(halt, 0)
END(start)
/*
- * Dummy routine for GCC2.
- */
-LEAF(__main,0)
- RET
-END(__main)
-
-/*
* cpu_number
* Return the cpu number, using the whami instruction.
*/