Mail Archives: djgpp/1996/10/20/16:59:29
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
- Raw text -