From: Roland McGrath Date: Tue, 4 Apr 1995 22:18:26 +0000 (+0000) Subject: * sysdeps/unix/start.c: Remove spurious decl and #endif. X-Git-Tag: cvs/libc-950411~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa0ad20487f0445d888e81a64a5d3a64f448631d;p=thirdparty%2Fglibc.git * sysdeps/unix/start.c: Remove spurious decl and #endif. --- diff --git a/ChangeLog b/ChangeLog index 3868aeb5e76..fafd1ba30bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Tue Apr 4 00:48:53 1995 Roland McGrath + * sysdeps/unix/start.c: Remove spurious decl and #endif. + * misc/progname.c (program_invocation_name, program_invocation_short_name): Make these initialized data definitions. diff --git a/sysdeps/unix/start.c b/sysdeps/unix/start.c index c00aa5c9409..e58bb3804d1 100644 --- a/sysdeps/unix/start.c +++ b/sysdeps/unix/start.c @@ -60,8 +60,6 @@ DEFUN_VOID(_start) /* Make an alias called `start' (no leading underscore, so it can't conflict with C symbols) for `_start'. This is the name vendor crt0.o's tend to use, and thus the name most linkers expect. */ -void _start (void) asm ("start"); -#endif asm (".set start, __start"); #endif