Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src
"Chris G. Demetriou" wrote:
> Module Name: src
> Committed By: cgd
> Date: Wed Mar 31 03:03:02 UTC 1999
>
> Modified Files:
>
> src/sys/arch/alpha/stand/bootxx: bootxx.c
> src/sys/arch/alpha/stand/common: boot.c start.S
>
> Log Message:
>
> rename the C main() function to main_(). this avoids gcc's implicit
> call to __main(), and therefore saves the size of the call and the
> size of a stub implementation of __main().
Is this an issue with ELF .init/.fini sections? I didn't think __main
calls were emitted anymore...
Simon.
Home |
Main Index |
Thread Index |
Old Index