diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2017-01-19 23:47:05 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2017-01-19 23:47:05 +0000 |
commit | f6608f40f1080d556afc2c0dffef80381b98516b (patch) | |
tree | f2b9c5fc5af94e8e4c939c8138de69199e14f9c9 /lib/csu/sh | |
parent | 992cbc21ab7913cc0f6730d032e9c5e4e0badae4 (diff) |
MD_START is now always ___start, so expand and eliminate it
ok phessler@ deraadt@
Diffstat (limited to 'lib/csu/sh')
-rw-r--r-- | lib/csu/sh/md_init.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/csu/sh/md_init.h b/lib/csu/sh/md_init.h index 9286d775579..ea56956b2bb 100644 --- a/lib/csu/sh/md_init.h +++ b/lib/csu/sh/md_init.h @@ -1,4 +1,4 @@ -/* $OpenBSD: md_init.h,v 1.6 2016/03/20 02:32:39 guenther Exp $ */ +/* $OpenBSD: md_init.h,v 1.7 2017/01/19 23:47:04 guenther Exp $ */ /* $NetBSD: dot_init.h,v 1.3 2005/12/24 22:02:10 perry Exp $ */ /*- @@ -144,6 +144,3 @@ __asm(".section " #section "\n" \ " mov #1, r0 \n" \ " .word 0xc380 /* trapa #0x80 */ \n" \ ".previous") - -/* no ASM stub for __start; the C routine can be called directly */ -#define MD_START ___start |