summaryrefslogtreecommitdiff
path: root/lib/csu/m68k/crt0.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-17 21:16:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-17 21:16:02 +0000
commit4768505c29990ff01e13044545b29c1fdf9fcd31 (patch)
treeceb4510af8f14eab9795ee56c59b61875f938981 /lib/csu/m68k/crt0.c
parent87ca0d033f283587c2220d51ccbe048f9201eabd (diff)
uncommit, since it breaks macppc libc. millert and miod have now said they
did NOT approve those for commit. why did mickey feel he was ok to go commiting a set of diffs which had not been passed around and tested by people? we don't know. mickey, have you got something to say for yourself?
Diffstat (limited to 'lib/csu/m68k/crt0.c')
-rw-r--r--lib/csu/m68k/crt0.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/m68k/crt0.c b/lib/csu/m68k/crt0.c
index 8cb885e162e..9484cf5e7cf 100644
--- a/lib/csu/m68k/crt0.c
+++ b/lib/csu/m68k/crt0.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crt0.c,v 1.6 2002/09/17 12:53:44 mickey Exp $ */
+/* $OpenBSD: crt0.c,v 1.7 2002/09/17 21:16:01 deraadt Exp $ */
/* $NetBSD: crt0.c,v 1.14 1995/06/03 13:16:11 pk Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@@ -33,7 +33,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: crt0.c,v 1.6 2002/09/17 12:53:44 mickey Exp $";
+static char rcsid[] = "$OpenBSD: crt0.c,v 1.7 2002/09/17 21:16:01 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
@@ -95,7 +95,7 @@ asm ("__callmain:"); /* Defined for the benefit of debuggers */
}
#ifdef DYNAMIC
- asm(" ___syscall2:");
+ asm(" ___syscall:");
asm(" movel a7@+,a0"); /* return address */
asm(" movel a7@,d0"); /* syscall number */
asm(" movel a0,a7@");