Deleted Added
full compact
65,71d64
< /*
< * First 5 arguments are specified by the PowerPC SVR4 ABI.
< * The last argument, ps_strings, is a BSD extension.
< */
< void _start(int, char **, char **, const struct Struct_Obj_Entry *,
< void (*)(void), struct ps_strings *);
<
76c69,73
< /* The entry function. */
---
> /* The entry function.
> *
> * First 5 arguments are specified by the PowerPC SVR4 ABI.
> * The last argument, ps_strings, is a BSD extension.
> */
82c79
< void (*cleanup)(void); /* from shared loader */
---
> void (*cleanup)(void); /* from shared loader */
120c117
< __asm__(".ident\t\"$FreeBSD: head/lib/csu/powerpc/crt1.c 92938 2002-03-22 09:16:59Z obrien $\"");
---
> __asm__(".ident\t\"$FreeBSD: head/lib/csu/powerpc/crt1.c 93036 2002-03-23 18:14:04Z obrien $\"");