From: "Mark E." To: Eli Zaretskii , djgpp-workers AT delorie DOT com Date: Tue, 27 Jun 2000 09:44:27 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: ANNOUNCE: Binutils 2.10 released Message-ID: <3958777B.7031.78B67@localhost> References: <3957574D DOT 24174 DOT A414DB AT localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > If you want, I can try to reproduce this: I have access to a machine > that is similar (Celeron 400, Windows 98). It will take a couple of > days before I can get to this, though. The problem turned out to be that I was using a custom version of gcc 2.95.2 that spits out ".section .text" in C++ rather than ".text". ".section .text" in 2.10 has a bug where the fill byte is '0x00' rather than nop and nop equivalents. Mark