From: Martin Stromberg Message-Id: <200009260710.JAA04943@lws256.lu.erisoft.se> Subject: Re: (fwd) startup-code To: djgpp-workers AT delorie DOT com Date: Tue, 26 Sep 2000 09:10:34 +0200 (MET DST) In-Reply-To: <1438-Tue26Sep2000091406+0300-eliz@is.elta.co.il> from "Eli Zaretskii" at Sep 26, 2000 09:14:07 AM X-Mailer: ELM [version 2.5 PL3] 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 > > I got the idea to check what Linux does. And guess what? The magic > > word is "PROVIDE" and everybody will be happy! > > Yep, looks just like what we need. > > However, Someone(tm) needs to make sure this works with DJGPP. > Profiling would be a good test case, I guess. No. For mcount.c's "etext", I suggest we correct mcount.c. Otherwise a program that uses etext will not break until the poor coder tries to profile his code. Right, MartinS