Date: Wed, 13 Sep 2000 13:48:21 -0400 Message-Id: <200009131748.NAA14069@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200009131724.TAA23635@father.ludd.luth.se> (message from Martin Str|mberg on Wed, 13 Sep 2000 19:24:55 +0200 (MET DST)) Subject: Re: (fwd) startup-code References: <200009131724 DOT TAA23635 AT father DOT ludd DOT luth DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 'end' is a special symbol the linker inserts at the very end of your program. Avoid using it as a global. "ld --verbose | grep end" will show you where it comes from.