Date: Mon, 29 Sep 1997 10:12:33 +0200 (IST) From: Eli Zaretskii To: Vic cc: djgpp AT delorie DOT com Subject: Re: BNU 2.8.1 SLOWER ??? In-Reply-To: <342E6560.600A@cam.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 28 Sep 1997, Vic wrote: > Why is this slower when using BNU2.8.1?? what are the new things > installed in it? I cannot think about any reason for this except some alignment problems. Binutils have no influence on produced code other than that. Since it seems that you use either PGCC or EGCS (please make a point of telling this explicitly), it might be that the version of the compiler that you are using is configured so that its alignment is incompatible with that of `as.exe' in Binutils. I'm told that at least the latest PGCC has been configured correctly, but please make sure you have a version that is compatible with Binutils in this context.