From: Martin Str|mberg Message-Id: <200009252227.AAA06988@father.ludd.luth.se> Subject: Re: (fwd) startup-code In-Reply-To: <9743-Mon25Sep2000203228+0300-eliz@is.elta.co.il> from Eli Zaretskii at "Sep 25, 2000 08:32:29 pm" To: djgpp-workers AT delorie DOT com Date: Tue, 26 Sep 2000 00:27:54 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 According to Eli Zaretskii: > Emacs uses the symbols (not C variables!) `_etext' and `start' (the > latter via inline asm). After I've found "start" in the djgpp.djl: if the program in question can get hold of "start", it can get hold of "etext" as well... (Why isn't there a symbol called "_start" (and "djgpp_last_ctor" and djgpp_first_dtor and ...) defined in djgpp.djl; we could be consistent, couldn't we?) Right, MartinS