From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23799 invoked by alias); 2 Sep 2002 12:51:55 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 23789 invoked from network); 2 Sep 2002 12:51:53 -0000 Received: from unknown (HELO mulga.cs.mu.OZ.AU) (128.250.1.22) by sources.redhat.com with SMTP; 2 Sep 2002 12:51:53 -0000 Received: from ceres.cs.mu.oz.au (mail@ceres.cs.mu.OZ.AU [128.250.25.4]) by mulga.cs.mu.OZ.AU with ESMTP id WAA25162; Mon, 2 Sep 2002 22:51:49 +1000 (EST) Received: from fjh by ceres.cs.mu.oz.au with local (Exim 3.35 #1 (Debian)) id 17lqgF-00022z-00; Mon, 02 Sep 2002 22:51:47 +1000 Date: Mon, 02 Sep 2002 05:51:00 -0000 From: Fergus Henderson To: Mike Laman Cc: GCC Subject: Re: __main Message-ID: <20020902125147.GA2518@ceres.cs.mu.oz.au> References: <002f01c24f89$6ad6efa0$0a00000a@zarquin> <20020830044008.A479336@murlibobo.cs.mu.OZ.AU> <001e01c24fe4$f4b6e580$5aa80844@fed1.sdca.home.com> <20020901160425.GA13739@ceres.cs.mu.oz.au> <001901c251f4$5cd6db50$5aa80844@fed1.sdca.home.com> <20020902055611.GA2016@mars.cs.mu.oz.au> <002f01c2526c$caec13d0$5aa80844@fed1.sdca.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002f01c2526c$caec13d0$5aa80844@fed1.sdca.home.com> User-Agent: Mutt/1.3.28i X-SW-Source: 2002-09/txt/msg00025.txt.bz2 On 02-Sep-2002, Mike Laman 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 | "I have always known that the pursuit The University of Melbourne | of excellence is a lethal habit" WWW: | -- the last words of T. S. Garp.