This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: What is __main?


John Love-Jensen <eljay@adobe.com> writes:

> Hi Robert,
> 
> Good question.
> 
> The __main() routine is the bootstrap code that eventually calls
> main().  [...]

You may also find information on __main in the GCC internals info
pages:

http://gcc.gnu.org/onlinedocs/gccint/Collect2.html#Collect2

HTH,
-- 
Ricardo Anguiano
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]