From: Martin Str|mberg Message-Id: <200009142023.WAA02974@father.ludd.luth.se> Subject: Re: (fwd) startup-code In-Reply-To: <200009141552.LAA05036@envy.delorie.com> from DJ Delorie at "Sep 14, 2000 11:52:59 am" To: djgpp-workers AT delorie DOT com Date: Thu, 14 Sep 2000 22:23:59 +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 DJ Delorie: > Does anyone know of any program that uses these symbols, before we > remove them? If there is they should employ the dpmiexcp.c method, "extern unsigned end __asm__ ("end");", which will link to the symbol end specified in djgpp.djl. Right, MartinS