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


Hi,

I'm creating the port (working on my third month on this project).
I'm certainly learning a lot, so I'm hoping most of these issues/items
will be resolved by something I've overlooked.
(Kind of easy to miss things sometimes - there's a lot to learn).

Good point on the underscores. Unfortunately the assembler is not very
conforming,
but I'm trying to work with what I have. I have the USER_LABEL_PREFIX
defined to get around some problems. I'm doing what I can.

Thanks,
Mike

----- Original Message -----
From: "Fergus Henderson" <fjh@cs.mu.OZ.AU>
To: "Mike Laman" <mlaman@cox.net>
Cc: "GCC" <gcc@gcc.gnu.org>
Sent: Monday, September 02, 2002 5:51 AM
Subject: 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]