diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-07-18 17:13:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-07-18 17:13:01 +0000 |
commit | 3572c37932bdf61051fa40db7c49d5db2285394a (patch) | |
tree | 2e4b79ecde8f15af5e29241865e4ccc6251bfad0 /sys/arch/alpha/stand | |
parent | 243e3804f2faf9f84b045db71360b3846358231f (diff) |
__main() is not need anymore
Diffstat (limited to 'sys/arch/alpha/stand')
-rw-r--r-- | sys/arch/alpha/stand/start.S | 9 |
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. */ |