* sysdeps/unix/start.c: Remove spurious decl and #endif.
This commit is contained in:
parent
45b28a8f0b
commit
fa0ad20487
@ -1,5 +1,7 @@
|
|||||||
Tue Apr 4 00:48:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
Tue Apr 4 00:48:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
||||||
|
|
||||||
|
* sysdeps/unix/start.c: Remove spurious decl and #endif.
|
||||||
|
|
||||||
* misc/progname.c (program_invocation_name,
|
* misc/progname.c (program_invocation_name,
|
||||||
program_invocation_short_name): Make these initialized data
|
program_invocation_short_name): Make these initialized data
|
||||||
definitions.
|
definitions.
|
||||||
|
@ -60,8 +60,6 @@ DEFUN_VOID(_start)
|
|||||||
/* Make an alias called `start' (no leading underscore, so it can't
|
/* 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
|
conflict with C symbols) for `_start'. This is the name vendor crt0.o's
|
||||||
tend to use, and thus the name most linkers expect. */
|
tend to use, and thus the name most linkers expect. */
|
||||||
void _start (void) asm ("start");
|
|
||||||
#endif
|
|
||||||
asm (".set start, __start");
|
asm (".set start, __start");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user