binutils 2.8.1.0.25:
# gcc -c b.s
b.s: Assembler messages:
b.s:1: Warning: warning: register does not match opcode suffix
b.s:3: Warning: warning: register does not match opcode suffix
# objdump -d b.o
b.o: file format elf32-i386
Disassembly of section .text:
00000000 <.text>:
0: 1e pushl %ds
1: 1e pushl %ds
2: 1e pushl %ds
3: 1e pushl %ds
I will fix "movl" and make "movb" an error.
-- H.J. Lu (hjl@gnu.ai.mit.edu)- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu