From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Mon, 25 Sep 2000 23:20:58 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: (fwd) startup-code Message-ID: <39CFDDDA.18412.73731@localhost> In-reply-to: <200009260002.CAA07211@father.ludd.luth.se> References: <200009252227 DOT AAA06988 AT father DOT ludd DOT luth DOT se> from Martin Str|mberg at "Sep 26, 2000 00:27:54 am" X-mailer: Pegasus Mail for Win32 (v3.12c) 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 > I got the idea to check what Linux does. And guess what? The magic > word is "PROVIDE" and everybody will be happy! Read more about it in > ld's info pages. I haven't payed much attention to this issue; however, I think you're on to something. A quick grep of the linker scripts in the Binutils CVS repo (src/ld/scripttempl) shows PROVIDE is used with symbols like end, etext, etc. Mark