This is the mail archive of the gcc@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: __main


On 02-Sep-2002, Mike Laman <mlaman@cox.net> wrote:
> Maybe I'm missing the point, but I think these issues are with the
> compiler - not the assembler. The assembler is already defined -
> such can be the life with cross compiling.

The issue could be a bug with a particular back-end port of the compiler.
If the system as a whole doesn't support symbols starting with an
underscore, then it is not a conforming C implementation.

Which port is it?  Is it one that is included in the FSF version of GCC?
Is it a port that you got from someone else?
Or is it a port that you are implementing yourself?

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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