From 4768505c29990ff01e13044545b29c1fdf9fcd31 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 17 Sep 2002 21:16:02 +0000 Subject: 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? --- lib/csu/m68k/crt0.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/csu/m68k') 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 @@ -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@"); -- cgit v1.2.3