Date: Tue, 20 May 1997 18:04:13 +0300 (IDT) From: Eli Zaretskii To: Andrew Crabtree cc: djgpp AT delorie DOT com, DJ Delorie , Robert Hoehne Subject: Re: -m486 alignment problem In-Reply-To: <199705191648.AA139390512@typhoon.rose.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 19 May 1997, Andrew Crabtree wrote: > Anyway, what was suggested to me was that the compiler was outputting > .align 2 and was meaning that 2 to be taken as 2 to the power of (in this > case 4), but the assembler was treating it as just the number of bytes. As far as I remember, gcc and gas indeed disagree on this. DJ reported this when v2 was in beta, but I don't think it was fixed. > But I was then told that this was a configuration problem and a > reconfigure and rebuild would fix it. That is correct, AFAIK. Robert, is it possible to try to fix this while you port Binutils 2.8?