Message-Id: <200006271830.VAA13661@mailgw1.netvision.net.il> Date: Tue, 27 Jun 2000 21:31:31 +0200 To: djgpp-workers AT delorie DOT com X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" In-reply-to: <200006271531.LAA23753@envy.delorie.com> (message from DJ Delorie on Tue, 27 Jun 2000 11:31:20 -0400) Subject: Re: is it possible to use strip option in call to compiler (fwd) References: <200006271531 DOT LAA23753 AT envy DOT delorie DOT com> 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 > Date: Tue, 27 Jun 2000 11:31:20 -0400 > From: DJ Delorie > > Is this the infamous lseek-past-eof-writes-garbage bug? Maybe, I didn't look into the sources well enough to tell. Strangely enough, ld leaves the garbage after the stub, but strip does not, even though they share the same code. So it looks like the problem is on the application level, not in the libraries (BFD etc.), which would be consistent with your theory.