Date: Mon, 21 Oct 1996 09:28:52 +0000 From: Bill Currie Subject: Re: allegro with DJGPP V2.01 To: grendel AT ananke DOT amu DOT edu DOT pl Cc: Rocky Burt <025668B AT axe DOT acadiau DOT ca>, djgpp AT delorie DOT com Message-id: <326B4254.6A8@blackmagic.tait.co.nz> Organization: Tait Electronics NZ MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: Mark Habersack wrote: > It's certainly not a bug. New GAS is just more picky than before. It complains > if operand sizes don't match that announced in instruction mnemonic. For > example if you issue: > movw $5, %eax > it'll fail to match the line to some existing instruction. The problem exists > only in .S and .s files as GCC generates correct code. > And inline assembly code, as gcc just passes it through in general (it does massage extended asm a little, but you can still naff the code). Bill